- x
The source, as imported with load_source()
or as a path
to a file.
- heading
Optionally, a title to include in the output. The title
will be prefixed with headingLevel
hashes (#
), and the codes with
headingLevel+1
hashes. If NULL
(the default), a heading will be
generated that includes the collected codes if those are five or less.
If a character value is specified, that will be used. To omit a heading,
set to anything that is not NULL
or a character vector (e.g. FALSE
).
If no heading is used, the code prefix will be headingLevel
hashes,
instead of headingLevel+1
hashes.
- headingLevel
The number of hashes to insert before the headings.
- add_html_tags
Whether to add HTML tags to the result.
- output
Here, a path and filename can be provided where the
result will be written. If provided, the result will be returned
invisibly.
- outputViewer
If showing output, where to show the output: in
the console (outputViewer='console'
) or in the viewer
(outputViewer='viewer'
), e.g. the RStudio viewer. You'll usually want
the latter when outputting HTML, and otherwise the former. Set to FALSE
to not output anything to the console or the viewer.
- template
The template to load; either the name of one
of the ROCK templates (currently, only 'default' is available), or
the path and filename of a CSS file.
- includeCSS
Whether to include the ROCK CSS in the returned HTML.
- preserveSpaces
Whether to preservce spaces (by replacing every second
space with
) or not.
- includeBootstrap
Whether to include the default bootstrap CSS.
- preventOverwriting
Whether to prevent overwriting of output files.
- silent
Whether to provide (FALSE
) or suppress (TRUE
) more detailed progress updates.