blob: e2e831ffb9a1b50335d8942f3633af6d30bba677 [file] [log] [blame]
Hao Zhub1bc0aa2015-11-12 11:23:42 -05001# Generated by roxygen2: do not edit by hand
2
Hao Zhueaef4312018-01-10 17:05:23 -05003S3method(knit_print,kableExtra)
4S3method(print,kableExtra)
Hao Zhu8977a8a2015-11-19 16:52:21 -05005export("%>%")
Hao Zhub1bc0aa2015-11-12 11:23:42 -05006export(add_footnote)
Hao Zhuc1f38412017-02-23 12:13:48 -05007export(add_header_above)
Hao Zhu8f417202017-05-20 16:37:14 -04008export(add_indent)
Hao Zhubacd2f32017-10-11 14:06:36 -04009export(cell_spec)
Hao Zhu2a87e8e2017-06-14 15:49:33 -040010export(collapse_rows)
Hao Zhubff01912017-05-23 18:05:00 -040011export(column_spec)
Hao Zhucdd7f922018-01-08 11:39:40 -050012export(footnote)
Hao Zhu1ac13ad2018-01-08 16:12:24 -050013export(footnote_marker_alphabet)
14export(footnote_marker_number)
15export(footnote_marker_symbol)
Hao Zhu62cdde52017-05-20 22:16:03 -040016export(group_rows)
Hao Zhu356ca9f2017-09-05 16:10:26 -040017export(kableExtra_latex_packages)
Hao Zhu2a64dc62017-08-28 10:57:57 -040018export(kable_as_image)
Hao Zhuc1f38412017-02-23 12:13:48 -050019export(kable_styling)
Hao Zhucc21dc72017-05-20 01:15:25 -040020export(landscape)
Hao Zhudb04e302015-11-15 16:57:38 -050021export(magic_mirror)
Hao Zhue0a36a82015-11-23 15:35:20 -050022export(rmd_format)
Hao Zhu79f1e2a2017-06-11 20:55:30 -040023export(row_spec)
Hao Zhu501fb452017-07-05 14:37:13 -040024export(scroll_box)
Hao Zhu9ce317e2017-10-12 18:19:55 -040025export(spec_angle)
26export(spec_color)
27export(spec_font_size)
Hao Zhu6f362bb2017-10-23 23:21:38 -040028export(spec_popover)
29export(spec_tooltip)
Hao Zhuce5ee412017-10-23 01:14:38 -040030export(text_spec)
Hao Zhuc1f38412017-02-23 12:13:48 -050031export(usepackage_latex)
Hao Zhueaef4312018-01-10 17:05:23 -050032import(htmltools)
Hao Zhu6290fdd2017-10-24 00:10:32 -040033importFrom(grDevices,col2rgb)
Hao Zhueaef4312018-01-10 17:05:23 -050034importFrom(knitr,asis_output)
Hao Zhu93e19a82017-08-26 10:48:49 -040035importFrom(knitr,include_graphics)
Hao Zhuc1f38412017-02-23 12:13:48 -050036importFrom(knitr,knit_meta_add)
Hao Zhueaef4312018-01-10 17:05:23 -050037importFrom(knitr,knit_print)
Hao Zhuf7994dd2017-02-27 16:58:42 -050038importFrom(magrittr,"%>%")
Hao Zhuf6435d52017-07-24 17:35:08 -040039importFrom(readr,read_file)
Hao Zhua31e97f2017-06-08 14:55:41 -040040importFrom(readr,read_lines)
Hao Zhueaef4312018-01-10 17:05:23 -050041importFrom(rmarkdown,html_dependency_bootstrap)
42importFrom(rmarkdown,html_dependency_jquery)
Hao Zhuc1f38412017-02-23 12:13:48 -050043importFrom(rmarkdown,latex_dependency)
Hao Zhue0a36a82015-11-23 15:35:20 -050044importFrom(rmarkdown,metadata)
Hao Zhu26234122017-02-22 15:34:33 -050045importFrom(rvest,html_table)
Hao Zhu9ce317e2017-10-12 18:19:55 -040046importFrom(scales,rescale)
Hao Zhuce5ee412017-10-23 01:14:38 -040047importFrom(stats,ave)
Hao Zhue10cfd32017-02-21 16:41:14 -050048importFrom(stringr,str_count)
Hao Zhuf7994dd2017-02-27 16:58:42 -050049importFrom(stringr,str_detect)
50importFrom(stringr,str_extract)
51importFrom(stringr,str_extract_all)
52importFrom(stringr,str_match)
53importFrom(stringr,str_match_all)
Hao Zhub2b41992017-10-03 12:50:03 -040054importFrom(stringr,str_replace)
Hao Zhuf7994dd2017-02-27 16:58:42 -050055importFrom(stringr,str_replace_all)
Hao Zhua3fc0c42017-02-27 12:04:59 -050056importFrom(stringr,str_split)
Hao Zhufdec1842017-06-08 17:06:04 -040057importFrom(stringr,str_sub)
Hao Zhuf7994dd2017-02-27 16:58:42 -050058importFrom(stringr,str_trim)
59importFrom(utils,read.csv)
Hao Zhu9ce317e2017-10-12 18:19:55 -040060importFrom(viridisLite,viridis)
Hao Zhu26234122017-02-22 15:34:33 -050061importFrom(xml2,"xml_attr<-")
Hao Zhu62cdde52017-05-20 22:16:03 -040062importFrom(xml2,"xml_text<-")
Hao Zhu26234122017-02-22 15:34:33 -050063importFrom(xml2,read_html)
64importFrom(xml2,read_xml)
Hao Zhu9bab1532017-07-24 15:08:41 -040065importFrom(xml2,write_xml)
Hao Zhu981933b2017-02-22 18:46:23 -050066importFrom(xml2,xml_add_child)
67importFrom(xml2,xml_add_sibling)
Hao Zhu26234122017-02-22 15:34:33 -050068importFrom(xml2,xml_attr)
Hao Zhu981933b2017-02-22 18:46:23 -050069importFrom(xml2,xml_child)
70importFrom(xml2,xml_children)
Hao Zhu26234122017-02-22 15:34:33 -050071importFrom(xml2,xml_has_attr)
Hao Zhu981933b2017-02-22 18:46:23 -050072importFrom(xml2,xml_name)
Hao Zhu2a87e8e2017-06-14 15:49:33 -040073importFrom(xml2,xml_remove)
Hao Zhuf7994dd2017-02-27 16:58:42 -050074importFrom(xml2,xml_text)