blob: 51150dcd03993f9da87e4917f4f5519361b96c50 [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 Zhu68b5bbf2018-03-26 11:30:34 -040017export(kable)
Hao Zhu356ca9f2017-09-05 16:10:26 -040018export(kableExtra_latex_packages)
Hao Zhu2a64dc62017-08-28 10:57:57 -040019export(kable_as_image)
Hao Zhuc1f38412017-02-23 12:13:48 -050020export(kable_styling)
Hao Zhucc21dc72017-05-20 01:15:25 -040021export(landscape)
Hao Zhudb04e302015-11-15 16:57:38 -050022export(magic_mirror)
Hao Zhue0a36a82015-11-23 15:35:20 -050023export(rmd_format)
Hao Zhu79f1e2a2017-06-11 20:55:30 -040024export(row_spec)
Hao Zhu501fb452017-07-05 14:37:13 -040025export(scroll_box)
Hao Zhu9ce317e2017-10-12 18:19:55 -040026export(spec_angle)
27export(spec_color)
28export(spec_font_size)
Hao Zhu6f362bb2017-10-23 23:21:38 -040029export(spec_popover)
30export(spec_tooltip)
Hao Zhuce5ee412017-10-23 01:14:38 -040031export(text_spec)
Hao Zhuc1f38412017-02-23 12:13:48 -050032export(usepackage_latex)
Hao Zhueaef4312018-01-10 17:05:23 -050033import(htmltools)
Hao Zhu6290fdd2017-10-24 00:10:32 -040034importFrom(grDevices,col2rgb)
Hao Zhueaef4312018-01-10 17:05:23 -050035importFrom(knitr,asis_output)
Hao Zhu93e19a82017-08-26 10:48:49 -040036importFrom(knitr,include_graphics)
Hao Zhu68b5bbf2018-03-26 11:30:34 -040037importFrom(knitr,kable)
Hao Zhuc1f38412017-02-23 12:13:48 -050038importFrom(knitr,knit_meta_add)
Hao Zhueaef4312018-01-10 17:05:23 -050039importFrom(knitr,knit_print)
Hao Zhuf7994dd2017-02-27 16:58:42 -050040importFrom(magrittr,"%>%")
Hao Zhuf6435d52017-07-24 17:35:08 -040041importFrom(readr,read_file)
Hao Zhua31e97f2017-06-08 14:55:41 -040042importFrom(readr,read_lines)
Hao Zhueaef4312018-01-10 17:05:23 -050043importFrom(rmarkdown,html_dependency_bootstrap)
44importFrom(rmarkdown,html_dependency_jquery)
Hao Zhuc1f38412017-02-23 12:13:48 -050045importFrom(rmarkdown,latex_dependency)
Hao Zhue0a36a82015-11-23 15:35:20 -050046importFrom(rmarkdown,metadata)
Hao Zhu26234122017-02-22 15:34:33 -050047importFrom(rvest,html_table)
Hao Zhu9ce317e2017-10-12 18:19:55 -040048importFrom(scales,rescale)
Hao Zhuce5ee412017-10-23 01:14:38 -040049importFrom(stats,ave)
Hao Zhue10cfd32017-02-21 16:41:14 -050050importFrom(stringr,str_count)
Hao Zhuf7994dd2017-02-27 16:58:42 -050051importFrom(stringr,str_detect)
52importFrom(stringr,str_extract)
53importFrom(stringr,str_extract_all)
54importFrom(stringr,str_match)
55importFrom(stringr,str_match_all)
Hao Zhub2b41992017-10-03 12:50:03 -040056importFrom(stringr,str_replace)
Hao Zhuf7994dd2017-02-27 16:58:42 -050057importFrom(stringr,str_replace_all)
Hao Zhua3fc0c42017-02-27 12:04:59 -050058importFrom(stringr,str_split)
Hao Zhufdec1842017-06-08 17:06:04 -040059importFrom(stringr,str_sub)
Hao Zhuf7994dd2017-02-27 16:58:42 -050060importFrom(stringr,str_trim)
61importFrom(utils,read.csv)
Hao Zhu9ce317e2017-10-12 18:19:55 -040062importFrom(viridisLite,viridis)
Hao Zhu26234122017-02-22 15:34:33 -050063importFrom(xml2,"xml_attr<-")
Hao Zhu62cdde52017-05-20 22:16:03 -040064importFrom(xml2,"xml_text<-")
Hao Zhu26234122017-02-22 15:34:33 -050065importFrom(xml2,read_html)
66importFrom(xml2,read_xml)
Hao Zhu9bab1532017-07-24 15:08:41 -040067importFrom(xml2,write_xml)
Hao Zhu981933b2017-02-22 18:46:23 -050068importFrom(xml2,xml_add_child)
69importFrom(xml2,xml_add_sibling)
Hao Zhu26234122017-02-22 15:34:33 -050070importFrom(xml2,xml_attr)
Hao Zhu981933b2017-02-22 18:46:23 -050071importFrom(xml2,xml_child)
72importFrom(xml2,xml_children)
Hao Zhu26234122017-02-22 15:34:33 -050073importFrom(xml2,xml_has_attr)
Hao Zhu981933b2017-02-22 18:46:23 -050074importFrom(xml2,xml_name)
Hao Zhu2a87e8e2017-06-14 15:49:33 -040075importFrom(xml2,xml_remove)
Hao Zhuf7994dd2017-02-27 16:58:42 -050076importFrom(xml2,xml_text)