blob: 37f140ce75725a67962b5ca54a84cfd112e89409 [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 Zhu62cdde52017-05-20 22:16:03 -04007export(group_rows)
Hao Zhuc1f38412017-02-23 12:13:48 -05008export(kable_styling)
Hao Zhucc21dc72017-05-20 01:15:25 -04009export(landscape)
Hao Zhudb04e302015-11-15 16:57:38 -050010export(magic_mirror)
Hao Zhue0a36a82015-11-23 15:35:20 -050011export(rmd_format)
Hao Zhuc1f38412017-02-23 12:13:48 -050012export(usepackage_latex)
Hao Zhuc1f38412017-02-23 12:13:48 -050013importFrom(knitr,knit_meta_add)
Hao Zhuf7994dd2017-02-27 16:58:42 -050014importFrom(magrittr,"%>%")
Hao Zhuc1f38412017-02-23 12:13:48 -050015importFrom(rmarkdown,latex_dependency)
Hao Zhue0a36a82015-11-23 15:35:20 -050016importFrom(rmarkdown,metadata)
Hao Zhu26234122017-02-22 15:34:33 -050017importFrom(rvest,html_table)
Hao Zhue10cfd32017-02-21 16:41:14 -050018importFrom(stringr,str_count)
Hao Zhuf7994dd2017-02-27 16:58:42 -050019importFrom(stringr,str_detect)
20importFrom(stringr,str_extract)
21importFrom(stringr,str_extract_all)
22importFrom(stringr,str_match)
23importFrom(stringr,str_match_all)
24importFrom(stringr,str_replace_all)
Hao Zhua3fc0c42017-02-27 12:04:59 -050025importFrom(stringr,str_split)
Hao Zhuf7994dd2017-02-27 16:58:42 -050026importFrom(stringr,str_trim)
27importFrom(utils,read.csv)
Hao Zhu26234122017-02-22 15:34:33 -050028importFrom(xml2,"xml_attr<-")
Hao Zhu62cdde52017-05-20 22:16:03 -040029importFrom(xml2,"xml_text<-")
Hao Zhu26234122017-02-22 15:34:33 -050030importFrom(xml2,read_html)
31importFrom(xml2,read_xml)
Hao Zhu981933b2017-02-22 18:46:23 -050032importFrom(xml2,xml_add_child)
33importFrom(xml2,xml_add_sibling)
Hao Zhu26234122017-02-22 15:34:33 -050034importFrom(xml2,xml_attr)
Hao Zhu981933b2017-02-22 18:46:23 -050035importFrom(xml2,xml_child)
36importFrom(xml2,xml_children)
Hao Zhu26234122017-02-22 15:34:33 -050037importFrom(xml2,xml_has_attr)
Hao Zhu981933b2017-02-22 18:46:23 -050038importFrom(xml2,xml_name)
Hao Zhuf7994dd2017-02-27 16:58:42 -050039importFrom(xml2,xml_text)