forked from rstudio/rmarkdown
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathNAMESPACE
43 lines (42 loc) · 1.02 KB
/
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
34
35
36
37
38
39
40
41
42
43
# Generated by roxygen2 (4.1.1): do not edit by hand
export(beamer_presentation)
export(default_output_format)
export(draft)
export(find_external_resources)
export(html_document)
export(html_document_base)
export(html_fragment)
export(html_vignette)
export(includes)
export(includes_to_pandoc_args)
export(ioslides_presentation)
export(knit_params_ask)
export(knitr_options)
export(knitr_options_html)
export(knitr_options_pdf)
export(md_document)
export(metadata)
export(output_format)
export(pandoc_available)
export(pandoc_convert)
export(pandoc_highlight_args)
export(pandoc_include_args)
export(pandoc_latex_engine_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(pandoc_version)
export(pdf_document)
export(relative_to)
export(render)
export(render_delayed)
export(render_supporting_files)
export(rmarkdown_format)
export(run)
export(slidy_presentation)
export(tufte_handout)
export(word_document)
import(htmltools)