This does not rely on the external KronaTools software (see kt_import_xml).
Usage
generate_krona_html_internal(
xml,
outfile = NULL,
kronatools_dir = NULL,
resources_url = NULL,
minify = FALSE,
snapshot = FALSE,
...
)Arguments
- xml
Krona XML string
- outfile
Write the string to file instead of returning the HTML character string.
- resources_url, interactive, minify, snapshot
See ChartOpts
- ...
Additional arguments are currently ignored