blob: de8dd30f750f0d58dafda60b3a21282e80f3b4be [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)
6export(kable_styling)
Hao Zhudb04e302015-11-15 16:57:38 -05007export(magic_mirror)
Hao Zhue0a36a82015-11-23 15:35:20 -05008export(rmd_format)
Hao Zhuc1f38412017-02-23 12:13:48 -05009export(usepackage_latex)
Hao Zhuc1f38412017-02-23 12:13:48 -050010importFrom(knitr,knit_meta_add)
Hao Zhuf7994dd2017-02-27 16:58:42 -050011importFrom(magrittr,"%>%")
Hao Zhuc1f38412017-02-23 12:13:48 -050012importFrom(rmarkdown,latex_dependency)
Hao Zhue0a36a82015-11-23 15:35:20 -050013importFrom(rmarkdown,metadata)
Hao Zhu26234122017-02-22 15:34:33 -050014importFrom(rvest,html_table)
Hao Zhue10cfd32017-02-21 16:41:14 -050015importFrom(stringr,str_count)
Hao Zhuf7994dd2017-02-27 16:58:42 -050016importFrom(stringr,str_detect)
17importFrom(stringr,str_extract)
18importFrom(stringr,str_extract_all)
19importFrom(stringr,str_match)
20importFrom(stringr,str_match_all)
21importFrom(stringr,str_replace_all)
Hao Zhua3fc0c42017-02-27 12:04:59 -050022importFrom(stringr,str_split)
Hao Zhuf7994dd2017-02-27 16:58:42 -050023importFrom(stringr,str_trim)
24importFrom(utils,read.csv)
Hao Zhu26234122017-02-22 15:34:33 -050025importFrom(xml2,"xml_attr<-")
26importFrom(xml2,read_html)
27importFrom(xml2,read_xml)
Hao Zhu981933b2017-02-22 18:46:23 -050028importFrom(xml2,xml_add_child)
29importFrom(xml2,xml_add_sibling)
Hao Zhu26234122017-02-22 15:34:33 -050030importFrom(xml2,xml_attr)
Hao Zhu981933b2017-02-22 18:46:23 -050031importFrom(xml2,xml_child)
32importFrom(xml2,xml_children)
Hao Zhu26234122017-02-22 15:34:33 -050033importFrom(xml2,xml_has_attr)
Hao Zhu981933b2017-02-22 18:46:23 -050034importFrom(xml2,xml_name)
Hao Zhuf7994dd2017-02-27 16:58:42 -050035importFrom(xml2,xml_text)