blob: ca49b9dd75a990298ea7cd56091ddfec5763a104 [file] [log] [blame]
Hao Zhub1bc0aa2015-11-12 11:23:42 -05001# Generated by roxygen2: do not edit by hand
2
Hao Zhu8977a8a2015-11-19 16:52:21 -05003export("%>%")
Hao Zhub1bc0aa2015-11-12 11:23:42 -05004export(add_footnote)
Hao Zhuc1f38412017-02-23 12:13:48 -05005export(add_header_above)
Hao Zhu8f417202017-05-20 16:37:14 -04006export(add_indent)
Hao Zhubff01912017-05-23 18:05:00 -04007export(column_spec)
Hao Zhu62cdde52017-05-20 22:16:03 -04008export(group_rows)
Hao Zhuc1f38412017-02-23 12:13:48 -05009export(kable_styling)
Hao Zhucc21dc72017-05-20 01:15:25 -040010export(landscape)
Hao Zhudb04e302015-11-15 16:57:38 -050011export(magic_mirror)
Hao Zhue0a36a82015-11-23 15:35:20 -050012export(rmd_format)
Hao Zhuc1f38412017-02-23 12:13:48 -050013export(usepackage_latex)
Hao Zhuc1f38412017-02-23 12:13:48 -050014importFrom(knitr,knit_meta_add)
Hao Zhuf7994dd2017-02-27 16:58:42 -050015importFrom(magrittr,"%>%")
Hao Zhuc1f38412017-02-23 12:13:48 -050016importFrom(rmarkdown,latex_dependency)
Hao Zhue0a36a82015-11-23 15:35:20 -050017importFrom(rmarkdown,metadata)
Hao Zhu26234122017-02-22 15:34:33 -050018importFrom(rvest,html_table)
Hao Zhue10cfd32017-02-21 16:41:14 -050019importFrom(stringr,str_count)
Hao Zhuf7994dd2017-02-27 16:58:42 -050020importFrom(stringr,str_detect)
21importFrom(stringr,str_extract)
22importFrom(stringr,str_extract_all)
23importFrom(stringr,str_match)
24importFrom(stringr,str_match_all)
25importFrom(stringr,str_replace_all)
Hao Zhua3fc0c42017-02-27 12:04:59 -050026importFrom(stringr,str_split)
Hao Zhuf7994dd2017-02-27 16:58:42 -050027importFrom(stringr,str_trim)
28importFrom(utils,read.csv)
Hao Zhu26234122017-02-22 15:34:33 -050029importFrom(xml2,"xml_attr<-")
Hao Zhu62cdde52017-05-20 22:16:03 -040030importFrom(xml2,"xml_text<-")
Hao Zhu26234122017-02-22 15:34:33 -050031importFrom(xml2,read_html)
32importFrom(xml2,read_xml)
Hao Zhu981933b2017-02-22 18:46:23 -050033importFrom(xml2,xml_add_child)
34importFrom(xml2,xml_add_sibling)
Hao Zhu26234122017-02-22 15:34:33 -050035importFrom(xml2,xml_attr)
Hao Zhu981933b2017-02-22 18:46:23 -050036importFrom(xml2,xml_child)
37importFrom(xml2,xml_children)
Hao Zhu26234122017-02-22 15:34:33 -050038importFrom(xml2,xml_has_attr)
Hao Zhu981933b2017-02-22 18:46:23 -050039importFrom(xml2,xml_name)
Hao Zhuf7994dd2017-02-27 16:58:42 -050040importFrom(xml2,xml_text)