Skip to contents

With method = 'internal' (the default), R implementation in this package is used, which by default embeds the unmodified Krona JavaScript source code delivered with this package, or a minified version of it with minify = TRUE. (see generate_krona_html_internal()).

Usage

generate_krona_html(xml, method = c("internal", "kronatools"), ...)

Details

Alternatively, method = 'kronatools' uses the official Krona software (see kt_import_xml()). The resulting HTML should be the same, although the 'internal' method provides additional options that are useful when embedding charts in documents. Therefore, this is the default method.