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