print.dataquieR_resultset2 {dataquieR} | R Documentation |
Generate a HTML-based report from a dataquieR report
Description
Generate a HTML-based report from a dataquieR report
Usage
## S3 method for class 'dataquieR_resultset2'
print(
x,
dir,
view = TRUE,
disable_plotly = FALSE,
block_load_factor = 4,
advanced_options = list(),
dashboard = NA,
...
)
Arguments
x |
|
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. |
advanced_options |
list options to set during report computation,
see |
dashboard |
logical dashboard mode: |
... |
additional arguments: |
Value
file names of the generated report's HTML files
[Package dataquieR version 2.5.1 Index]