blob: bdaf5edbd33f752f8ca65afc53a710b420b8e2da [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 Zhube853f72018-05-20 18:52:26 -04009export(auto_index)
Hao Zhubacd2f32017-10-11 14:06:36 -040010export(cell_spec)
Hao Zhu2a87e8e2017-06-14 15:49:33 -040011export(collapse_rows)
Hao Zhubff01912017-05-23 18:05:00 -040012export(column_spec)
Hao Zhucdd7f922018-01-08 11:39:40 -050013export(footnote)
Hao Zhu1ac13ad2018-01-08 16:12:24 -050014export(footnote_marker_alphabet)
15export(footnote_marker_number)
16export(footnote_marker_symbol)
Hao Zhu62cdde52017-05-20 22:16:03 -040017export(group_rows)
Hao Zhue5b9bff2018-05-20 17:40:03 -040018export(html_dependency_bsTable)
19export(html_dependency_kePrint)
Hao Zhu68b5bbf2018-03-26 11:30:34 -040020export(kable)
Hao Zhu356ca9f2017-09-05 16:10:26 -040021export(kableExtra_latex_packages)
Hao Zhu2a64dc62017-08-28 10:57:57 -040022export(kable_as_image)
Hao Zhuc1f38412017-02-23 12:13:48 -050023export(kable_styling)
Hao Zhucc21dc72017-05-20 01:15:25 -040024export(landscape)
Hao Zhu248bbef2018-04-02 18:25:14 -040025export(linebreak)
Hao Zhudb04e302015-11-15 16:57:38 -050026export(magic_mirror)
Hao Zhue0a36a82015-11-23 15:35:20 -050027export(rmd_format)
Hao Zhu79f1e2a2017-06-11 20:55:30 -040028export(row_spec)
Hao Zhu73cf3732018-05-11 17:50:05 -040029export(save_kable)
Hao Zhu501fb452017-07-05 14:37:13 -040030export(scroll_box)
Hao Zhu9ce317e2017-10-12 18:19:55 -040031export(spec_angle)
32export(spec_color)
33export(spec_font_size)
Hao Zhu6f362bb2017-10-23 23:21:38 -040034export(spec_popover)
35export(spec_tooltip)
Hao Zhuce5ee412017-10-23 01:14:38 -040036export(text_spec)
Hao Zhuc1f38412017-02-23 12:13:48 -050037export(usepackage_latex)
Hao Zhueaef4312018-01-10 17:05:23 -050038import(htmltools)
Hao Zhu6290fdd2017-10-24 00:10:32 -040039importFrom(grDevices,col2rgb)
Hao Zhueaef4312018-01-10 17:05:23 -050040importFrom(knitr,asis_output)
Hao Zhu93e19a82017-08-26 10:48:49 -040041importFrom(knitr,include_graphics)
Hao Zhu68b5bbf2018-03-26 11:30:34 -040042importFrom(knitr,kable)
Hao Zhuc1f38412017-02-23 12:13:48 -050043importFrom(knitr,knit_meta_add)
Hao Zhueaef4312018-01-10 17:05:23 -050044importFrom(knitr,knit_print)
Hao Zhuf7994dd2017-02-27 16:58:42 -050045importFrom(magrittr,"%>%")
Hao Zhuf6435d52017-07-24 17:35:08 -040046importFrom(readr,read_file)
Hao Zhua31e97f2017-06-08 14:55:41 -040047importFrom(readr,read_lines)
Hao Zhueaef4312018-01-10 17:05:23 -050048importFrom(rmarkdown,html_dependency_bootstrap)
49importFrom(rmarkdown,html_dependency_jquery)
Hao Zhuc1f38412017-02-23 12:13:48 -050050importFrom(rmarkdown,latex_dependency)
Hao Zhue0a36a82015-11-23 15:35:20 -050051importFrom(rmarkdown,metadata)
Hao Zhu73cf3732018-05-11 17:50:05 -040052importFrom(rmarkdown,pandoc_self_contained_html)
Hao Zhu5b71b2d2018-03-26 16:31:09 -040053importFrom(rstudioapi,isAvailable)
54importFrom(rstudioapi,viewer)
Hao Zhu26234122017-02-22 15:34:33 -050055importFrom(rvest,html_table)
Hao Zhu9ce317e2017-10-12 18:19:55 -040056importFrom(scales,rescale)
Hao Zhuce5ee412017-10-23 01:14:38 -040057importFrom(stats,ave)
Hao Zhue10cfd32017-02-21 16:41:14 -050058importFrom(stringr,str_count)
Hao Zhuf7994dd2017-02-27 16:58:42 -050059importFrom(stringr,str_detect)
60importFrom(stringr,str_extract)
61importFrom(stringr,str_extract_all)
62importFrom(stringr,str_match)
63importFrom(stringr,str_match_all)
Hao Zhub2b41992017-10-03 12:50:03 -040064importFrom(stringr,str_replace)
Hao Zhuf7994dd2017-02-27 16:58:42 -050065importFrom(stringr,str_replace_all)
Hao Zhua3fc0c42017-02-27 12:04:59 -050066importFrom(stringr,str_split)
Hao Zhufdec1842017-06-08 17:06:04 -040067importFrom(stringr,str_sub)
Hao Zhuf7994dd2017-02-27 16:58:42 -050068importFrom(stringr,str_trim)
Hao Zhu248bbef2018-04-02 18:25:14 -040069importFrom(utils,head)
Hao Zhuf7994dd2017-02-27 16:58:42 -050070importFrom(utils,read.csv)
Hao Zhu9ce317e2017-10-12 18:19:55 -040071importFrom(viridisLite,viridis)
Hao Zhu26234122017-02-22 15:34:33 -050072importFrom(xml2,"xml_attr<-")
Hao Zhu62cdde52017-05-20 22:16:03 -040073importFrom(xml2,"xml_text<-")
Hao Zhu26234122017-02-22 15:34:33 -050074importFrom(xml2,read_html)
75importFrom(xml2,read_xml)
Hao Zhu9bab1532017-07-24 15:08:41 -040076importFrom(xml2,write_xml)
Hao Zhu981933b2017-02-22 18:46:23 -050077importFrom(xml2,xml_add_child)
78importFrom(xml2,xml_add_sibling)
Hao Zhu26234122017-02-22 15:34:33 -050079importFrom(xml2,xml_attr)
Hao Zhu981933b2017-02-22 18:46:23 -050080importFrom(xml2,xml_child)
81importFrom(xml2,xml_children)
Hao Zhu26234122017-02-22 15:34:33 -050082importFrom(xml2,xml_has_attr)
Hao Zhu981933b2017-02-22 18:46:23 -050083importFrom(xml2,xml_name)
Hao Zhu2a87e8e2017-06-14 15:49:33 -040084importFrom(xml2,xml_remove)
Hao Zhuf7994dd2017-02-27 16:58:42 -050085importFrom(xml2,xml_text)