1# Generated by roxygen2: do not edit by hand
2
3S3method(knit_print,grouped_df)
4S3method(knit_print,rowwise_df)
5S3method(knit_print,tbl_sql)
6S3method(prepare_evaluate_output,default)
7S3method(prepare_evaluate_output,htmlwidget)
8S3method(prepare_evaluate_output,knit_asis)
9S3method(prepare_evaluate_output,list)
10export(all_output_formats)
11export(beamer_presentation)
12export(clean_site)
13export(default_output_format)
14export(draft)
15export(find_external_resources)
16export(from_rmarkdown)
17export(github_document)
18export(html_dependency_bootstrap)
19export(html_dependency_font_awesome)
20export(html_dependency_highlightjs)
21export(html_dependency_ionicons)
22export(html_dependency_jquery)
23export(html_dependency_jqueryui)
24export(html_dependency_pagedtable)
25export(html_dependency_tocify)
26export(html_document)
27export(html_document_base)
28export(html_fragment)
29export(html_notebook)
30export(html_notebook_metadata)
31export(html_notebook_output_code)
32export(html_notebook_output_html)
33export(html_notebook_output_img)
34export(html_notebook_output_png)
35export(html_vignette)
36export(includes)
37export(includes_to_pandoc_args)
38export(ioslides_presentation)
39export(knit_params_ask)
40export(knitr_options)
41export(knitr_options_html)
42export(knitr_options_pdf)
43export(latex_dependency)
44export(latex_document)
45export(latex_fragment)
46export(md_document)
47export(metadata)
48export(navbar_html)
49export(navbar_links_html)
50export(odt_document)
51export(output_format)
52export(paged_table)
53export(pandoc_available)
54export(pandoc_convert)
55export(pandoc_highlight_args)
56export(pandoc_include_args)
57export(pandoc_latex_engine_args)
58export(pandoc_options)
59export(pandoc_path_arg)
60export(pandoc_self_contained_html)
61export(pandoc_template)
62export(pandoc_toc_args)
63export(pandoc_variable_arg)
64export(pandoc_version)
65export(parse_html_notebook)
66export(pdf_document)
67export(relative_to)
68export(render)
69export(render_delayed)
70export(render_site)
71export(render_supporting_files)
72export(resolve_output_format)
73export(rmarkdown_format)
74export(rtf_document)
75export(run)
76export(shiny_prerendered_chunk)
77export(shiny_prerendered_clean)
78export(shiny_prerendered_server_start_code)
79export(site_generator)
80export(slidy_presentation)
81export(tufte_handout)
82export(word_document)
83export(yaml_front_matter)
84import(htmltools)
85import(methods)
86import(rprojroot)
87import(stats)
88importFrom(evaluate,evaluate)
89importFrom(knitr,knit_print)
90importFrom(utils,packageVersion)
91