output_format(knitr, pandoc, keep_md = FALSE, clean_supporting = TRUE,
pre_knit = NULL, post_knit = NULL, pre_processor = NULL,
intermediates_generator = NULL, post_processor = NULL,
base_format = NULL)knitr_options)pandoc_options)TRUE then clean_supporting will always be
FALSE.render_supporting_filesinput (input filename passed to render) and
... (for future expansion) arguments.metadata, input_file, runtime, and ...
(for future expansion) arguments. This function can return additional
arguments to pass to pandoc anmetadata, input_file, runtime, knit_meta,
files_dir, and output_dir and can return additional arguments
to pass to pandoc.input_file, its encoding, and the intermediates
directory (i.e. the intermediates_dir argument to
render). The function metadata, input_file, output_file, clean,
and verbose parmaeters, and can return an alternative
output_file.render.output_format(knitr = knitr_options(opts_chunk = list(dev = 'png')),
pandoc = pandoc_options(to = "html"))Run the code above in your browser using DataLab