blob: b3f7e02b2d2fdb563c6cc9a09c0b6de8f8482d3d [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 Zhu26234122017-02-22 15:34:33 -05005export(htmlTable_add_header_above)
Hao Zhue10cfd32017-02-21 16:41:14 -05006export(htmlTable_styling)
Hao Zhudb04e302015-11-15 16:57:38 -05007export(magic_mirror)
Hao Zhue0a36a82015-11-23 15:35:20 -05008export(rmd_format)
Hao Zhu8977a8a2015-11-19 16:52:21 -05009import(stringr)
Hao Zhu8977a8a2015-11-19 16:52:21 -050010importFrom(knitr,kable)
Hao Zhue0a36a82015-11-23 15:35:20 -050011importFrom(rmarkdown,metadata)
Hao Zhu26234122017-02-22 15:34:33 -050012importFrom(rvest,html_table)
Hao Zhue10cfd32017-02-21 16:41:14 -050013importFrom(stringr,str_count)
Hao Zhu26234122017-02-22 15:34:33 -050014importFrom(xml2,"xml_attr<-")
15importFrom(xml2,read_html)
16importFrom(xml2,read_xml)
17importFrom(xml2,xml_attr)
18importFrom(xml2,xml_has_attr)