Hao Zhu | b1bc0aa | 2015-11-12 11:23:42 -0500 | [diff] [blame] | 1 | # Generated by roxygen2: do not edit by hand |
| 2 | |
Hao Zhu | 8977a8a | 2015-11-19 16:52:21 -0500 | [diff] [blame] | 3 | export("%>%") |
Hao Zhu | b1bc0aa | 2015-11-12 11:23:42 -0500 | [diff] [blame] | 4 | export(add_footnote) |
Hao Zhu | c1f3841 | 2017-02-23 12:13:48 -0500 | [diff] [blame] | 5 | export(add_header_above) |
| 6 | export(kable_styling) |
Hao Zhu | db04e30 | 2015-11-15 16:57:38 -0500 | [diff] [blame] | 7 | export(magic_mirror) |
Hao Zhu | e0a36a8 | 2015-11-23 15:35:20 -0500 | [diff] [blame] | 8 | export(rmd_format) |
Hao Zhu | c1f3841 | 2017-02-23 12:13:48 -0500 | [diff] [blame] | 9 | export(usepackage_latex) |
Hao Zhu | c1f3841 | 2017-02-23 12:13:48 -0500 | [diff] [blame] | 10 | importFrom(knitr,knit_meta_add) |
Hao Zhu | f7994dd | 2017-02-27 16:58:42 -0500 | [diff] [blame] | 11 | importFrom(magrittr,"%>%") |
Hao Zhu | c1f3841 | 2017-02-23 12:13:48 -0500 | [diff] [blame] | 12 | importFrom(rmarkdown,latex_dependency) |
Hao Zhu | e0a36a8 | 2015-11-23 15:35:20 -0500 | [diff] [blame] | 13 | importFrom(rmarkdown,metadata) |
Hao Zhu | 2623412 | 2017-02-22 15:34:33 -0500 | [diff] [blame] | 14 | importFrom(rvest,html_table) |
Hao Zhu | e10cfd3 | 2017-02-21 16:41:14 -0500 | [diff] [blame] | 15 | importFrom(stringr,str_count) |
Hao Zhu | f7994dd | 2017-02-27 16:58:42 -0500 | [diff] [blame] | 16 | importFrom(stringr,str_detect) |
| 17 | importFrom(stringr,str_extract) |
| 18 | importFrom(stringr,str_extract_all) |
| 19 | importFrom(stringr,str_match) |
| 20 | importFrom(stringr,str_match_all) |
| 21 | importFrom(stringr,str_replace_all) |
Hao Zhu | a3fc0c4 | 2017-02-27 12:04:59 -0500 | [diff] [blame] | 22 | importFrom(stringr,str_split) |
Hao Zhu | f7994dd | 2017-02-27 16:58:42 -0500 | [diff] [blame] | 23 | importFrom(stringr,str_trim) |
| 24 | importFrom(utils,read.csv) |
Hao Zhu | 2623412 | 2017-02-22 15:34:33 -0500 | [diff] [blame] | 25 | importFrom(xml2,"xml_attr<-") |
| 26 | importFrom(xml2,read_html) |
| 27 | importFrom(xml2,read_xml) |
Hao Zhu | 981933b | 2017-02-22 18:46:23 -0500 | [diff] [blame] | 28 | importFrom(xml2,xml_add_child) |
| 29 | importFrom(xml2,xml_add_sibling) |
Hao Zhu | 2623412 | 2017-02-22 15:34:33 -0500 | [diff] [blame] | 30 | importFrom(xml2,xml_attr) |
Hao Zhu | 981933b | 2017-02-22 18:46:23 -0500 | [diff] [blame] | 31 | importFrom(xml2,xml_child) |
| 32 | importFrom(xml2,xml_children) |
Hao Zhu | 2623412 | 2017-02-22 15:34:33 -0500 | [diff] [blame] | 33 | importFrom(xml2,xml_has_attr) |
Hao Zhu | 981933b | 2017-02-22 18:46:23 -0500 | [diff] [blame] | 34 | importFrom(xml2,xml_name) |
Hao Zhu | f7994dd | 2017-02-27 16:58:42 -0500 | [diff] [blame] | 35 | importFrom(xml2,xml_text) |