blob: d20c746bcb03a23e7a486b8760185b5a9b0cdbb1 [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 Zhu2a87e8e2017-06-14 15:49:33 -04007export(collapse_rows)
Hao Zhubff01912017-05-23 18:05:00 -04008export(column_spec)
Hao Zhu62cdde52017-05-20 22:16:03 -04009export(group_rows)
Hao Zhu2a64dc62017-08-28 10:57:57 -040010export(kable_as_image)
Hao Zhuc1f38412017-02-23 12:13:48 -050011export(kable_styling)
Hao Zhucc21dc72017-05-20 01:15:25 -040012export(landscape)
Hao Zhudb04e302015-11-15 16:57:38 -050013export(magic_mirror)
Hao Zhue0a36a82015-11-23 15:35:20 -050014export(rmd_format)
Hao Zhu79f1e2a2017-06-11 20:55:30 -040015export(row_spec)
Hao Zhu501fb452017-07-05 14:37:13 -040016export(scroll_box)
Hao Zhuc1f38412017-02-23 12:13:48 -050017export(usepackage_latex)
Hao Zhu93e19a82017-08-26 10:48:49 -040018import(magick)
19importFrom(knitr,include_graphics)
Hao Zhuc1f38412017-02-23 12:13:48 -050020importFrom(knitr,knit_meta_add)
Hao Zhuf7994dd2017-02-27 16:58:42 -050021importFrom(magrittr,"%>%")
Hao Zhuf6435d52017-07-24 17:35:08 -040022importFrom(readr,read_file)
Hao Zhua31e97f2017-06-08 14:55:41 -040023importFrom(readr,read_lines)
Hao Zhu93e19a82017-08-26 10:48:49 -040024importFrom(readr,write_file)
Hao Zhuc1f38412017-02-23 12:13:48 -050025importFrom(rmarkdown,latex_dependency)
Hao Zhue0a36a82015-11-23 15:35:20 -050026importFrom(rmarkdown,metadata)
Hao Zhu26234122017-02-22 15:34:33 -050027importFrom(rvest,html_table)
Hao Zhue10cfd32017-02-21 16:41:14 -050028importFrom(stringr,str_count)
Hao Zhuf7994dd2017-02-27 16:58:42 -050029importFrom(stringr,str_detect)
30importFrom(stringr,str_extract)
31importFrom(stringr,str_extract_all)
32importFrom(stringr,str_match)
33importFrom(stringr,str_match_all)
34importFrom(stringr,str_replace_all)
Hao Zhua3fc0c42017-02-27 12:04:59 -050035importFrom(stringr,str_split)
Hao Zhufdec1842017-06-08 17:06:04 -040036importFrom(stringr,str_sub)
Hao Zhuf7994dd2017-02-27 16:58:42 -050037importFrom(stringr,str_trim)
38importFrom(utils,read.csv)
Hao Zhu26234122017-02-22 15:34:33 -050039importFrom(xml2,"xml_attr<-")
Hao Zhu62cdde52017-05-20 22:16:03 -040040importFrom(xml2,"xml_text<-")
Hao Zhu26234122017-02-22 15:34:33 -050041importFrom(xml2,read_html)
42importFrom(xml2,read_xml)
Hao Zhu9bab1532017-07-24 15:08:41 -040043importFrom(xml2,write_xml)
Hao Zhu981933b2017-02-22 18:46:23 -050044importFrom(xml2,xml_add_child)
45importFrom(xml2,xml_add_sibling)
Hao Zhu26234122017-02-22 15:34:33 -050046importFrom(xml2,xml_attr)
Hao Zhu981933b2017-02-22 18:46:23 -050047importFrom(xml2,xml_child)
48importFrom(xml2,xml_children)
Hao Zhu26234122017-02-22 15:34:33 -050049importFrom(xml2,xml_has_attr)
Hao Zhu981933b2017-02-22 18:46:23 -050050importFrom(xml2,xml_name)
Hao Zhu2a87e8e2017-06-14 15:49:33 -040051importFrom(xml2,xml_remove)
Hao Zhuf7994dd2017-02-27 16:58:42 -050052importFrom(xml2,xml_text)