blob: 8d5aace1a534730e2c7c73273fa611c3de2c19ed [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 Zhuc1f38412017-02-23 12:13:48 -05007export(kable_styling)
Hao Zhucc21dc72017-05-20 01:15:25 -04008export(landscape)
Hao Zhudb04e302015-11-15 16:57:38 -05009export(magic_mirror)
Hao Zhue0a36a82015-11-23 15:35:20 -050010export(rmd_format)
Hao Zhuc1f38412017-02-23 12:13:48 -050011export(usepackage_latex)
Hao Zhuc1f38412017-02-23 12:13:48 -050012importFrom(knitr,knit_meta_add)
Hao Zhuf7994dd2017-02-27 16:58:42 -050013importFrom(magrittr,"%>%")
Hao Zhuc1f38412017-02-23 12:13:48 -050014importFrom(rmarkdown,latex_dependency)
Hao Zhue0a36a82015-11-23 15:35:20 -050015importFrom(rmarkdown,metadata)
Hao Zhu26234122017-02-22 15:34:33 -050016importFrom(rvest,html_table)
Hao Zhue10cfd32017-02-21 16:41:14 -050017importFrom(stringr,str_count)
Hao Zhuf7994dd2017-02-27 16:58:42 -050018importFrom(stringr,str_detect)
19importFrom(stringr,str_extract)
20importFrom(stringr,str_extract_all)
21importFrom(stringr,str_match)
22importFrom(stringr,str_match_all)
23importFrom(stringr,str_replace_all)
Hao Zhua3fc0c42017-02-27 12:04:59 -050024importFrom(stringr,str_split)
Hao Zhuf7994dd2017-02-27 16:58:42 -050025importFrom(stringr,str_trim)
26importFrom(utils,read.csv)
Hao Zhu26234122017-02-22 15:34:33 -050027importFrom(xml2,"xml_attr<-")
28importFrom(xml2,read_html)
29importFrom(xml2,read_xml)
Hao Zhu981933b2017-02-22 18:46:23 -050030importFrom(xml2,xml_add_child)
31importFrom(xml2,xml_add_sibling)
Hao Zhu26234122017-02-22 15:34:33 -050032importFrom(xml2,xml_attr)
Hao Zhu981933b2017-02-22 18:46:23 -050033importFrom(xml2,xml_child)
34importFrom(xml2,xml_children)
Hao Zhu26234122017-02-22 15:34:33 -050035importFrom(xml2,xml_has_attr)
Hao Zhu981933b2017-02-22 18:46:23 -050036importFrom(xml2,xml_name)
Hao Zhuf7994dd2017-02-27 16:58:42 -050037importFrom(xml2,xml_text)