View source: R/print.dataquieR_resultset2.R
print.dataquieR_resultset2 | R Documentation |
Generate a HTML-based report from a dataquieR report
## S3 method for class 'dataquieR_resultset2'
print(x, dir, view = TRUE, disable_plotly = FALSE, block_load_factor = 4, ...)
x |
dataquieR report v2. |
dir |
character directory to store the rendered report's files, a temporary one, if omitted. Directory will be created, if missing, files may be overwritten inside that directory |
view |
logical display the report |
disable_plotly |
logical do not use |
block_load_factor |
numeric multiply size of parallel compute blocks by this factor. |
... |
additional arguments: |
file names of the generated report's HTML files
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.