forked from rstudio/rmarkdown
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathNAMESPACE
33 lines (32 loc) · 796 Bytes
/
NAMESPACE
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
# Generated by roxygen2 (4.0.1): do not edit by hand
export(beamer_presentation)
export(default_output_format)
export(draft)
export(html_document)
export(html_fragment)
export(includes)
export(ioslides_presentation)
export(knitr_options)
export(knitr_options_html)
export(knitr_options_pdf)
export(md_document)
export(output_format)
export(pandoc_available)
export(pandoc_convert)
export(pandoc_highlight_args)
export(pandoc_include_args)
export(pandoc_options)
export(pandoc_path_arg)
export(pandoc_self_contained_html)
export(pandoc_template)
export(pandoc_toc_args)
export(pandoc_variable_arg)
export(pdf_document)
export(render)
export(render_delayed)
export(render_supporting_files)
export(revealjs_presentation)
export(rmarkdown_format)
export(run)
export(word_document)
import(htmltools)