blob: 0b5eea73cf0fd22e546678e6f5dafd934c044468 [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 Zhubacd2f32017-10-11 14:06:36 -04007export(cell_spec)
Hao Zhu2a87e8e2017-06-14 15:49:33 -04008export(collapse_rows)
Hao Zhubff01912017-05-23 18:05:00 -04009export(column_spec)
Hao Zhu62cdde52017-05-20 22:16:03 -040010export(group_rows)
Hao Zhu356ca9f2017-09-05 16:10:26 -040011export(kableExtra_latex_packages)
Hao Zhu2a64dc62017-08-28 10:57:57 -040012export(kable_as_image)
Hao Zhuc1f38412017-02-23 12:13:48 -050013export(kable_styling)
Hao Zhucc21dc72017-05-20 01:15:25 -040014export(landscape)
Hao Zhu064990d2017-10-17 18:08:42 -040015export(latex_pkg_list)
Hao Zhudb04e302015-11-15 16:57:38 -050016export(magic_mirror)
Hao Zhue0a36a82015-11-23 15:35:20 -050017export(rmd_format)
Hao Zhu79f1e2a2017-06-11 20:55:30 -040018export(row_spec)
Hao Zhu501fb452017-07-05 14:37:13 -040019export(scroll_box)
Hao Zhu9ce317e2017-10-12 18:19:55 -040020export(spec_angle)
21export(spec_color)
22export(spec_font_size)
Hao Zhuc1f38412017-02-23 12:13:48 -050023export(usepackage_latex)
Hao Zhu93e19a82017-08-26 10:48:49 -040024importFrom(knitr,include_graphics)
Hao Zhuc1f38412017-02-23 12:13:48 -050025importFrom(knitr,knit_meta_add)
Hao Zhuf7994dd2017-02-27 16:58:42 -050026importFrom(magrittr,"%>%")
Hao Zhuf6435d52017-07-24 17:35:08 -040027importFrom(readr,read_file)
Hao Zhua31e97f2017-06-08 14:55:41 -040028importFrom(readr,read_lines)
Hao Zhuc1f38412017-02-23 12:13:48 -050029importFrom(rmarkdown,latex_dependency)
Hao Zhue0a36a82015-11-23 15:35:20 -050030importFrom(rmarkdown,metadata)
Hao Zhu26234122017-02-22 15:34:33 -050031importFrom(rvest,html_table)
Hao Zhu9ce317e2017-10-12 18:19:55 -040032importFrom(scales,rescale)
Hao Zhue10cfd32017-02-21 16:41:14 -050033importFrom(stringr,str_count)
Hao Zhuf7994dd2017-02-27 16:58:42 -050034importFrom(stringr,str_detect)
35importFrom(stringr,str_extract)
36importFrom(stringr,str_extract_all)
37importFrom(stringr,str_match)
38importFrom(stringr,str_match_all)
Hao Zhub2b41992017-10-03 12:50:03 -040039importFrom(stringr,str_replace)
Hao Zhuf7994dd2017-02-27 16:58:42 -050040importFrom(stringr,str_replace_all)
Hao Zhua3fc0c42017-02-27 12:04:59 -050041importFrom(stringr,str_split)
Hao Zhufdec1842017-06-08 17:06:04 -040042importFrom(stringr,str_sub)
Hao Zhuf7994dd2017-02-27 16:58:42 -050043importFrom(stringr,str_trim)
44importFrom(utils,read.csv)
Hao Zhu9ce317e2017-10-12 18:19:55 -040045importFrom(viridisLite,viridis)
Hao Zhu26234122017-02-22 15:34:33 -050046importFrom(xml2,"xml_attr<-")
Hao Zhu62cdde52017-05-20 22:16:03 -040047importFrom(xml2,"xml_text<-")
Hao Zhu26234122017-02-22 15:34:33 -050048importFrom(xml2,read_html)
49importFrom(xml2,read_xml)
Hao Zhu9bab1532017-07-24 15:08:41 -040050importFrom(xml2,write_xml)
Hao Zhu981933b2017-02-22 18:46:23 -050051importFrom(xml2,xml_add_child)
52importFrom(xml2,xml_add_sibling)
Hao Zhu26234122017-02-22 15:34:33 -050053importFrom(xml2,xml_attr)
Hao Zhu981933b2017-02-22 18:46:23 -050054importFrom(xml2,xml_child)
55importFrom(xml2,xml_children)
Hao Zhu26234122017-02-22 15:34:33 -050056importFrom(xml2,xml_has_attr)
Hao Zhu981933b2017-02-22 18:46:23 -050057importFrom(xml2,xml_name)
Hao Zhu2a87e8e2017-06-14 15:49:33 -040058importFrom(xml2,xml_remove)
Hao Zhuf7994dd2017-02-27 16:58:42 -050059importFrom(xml2,xml_text)