Generate a RMarkdown-based report from a dataquieR report
# S3 method for dataquieR_resultset
print(x, dir, view = TRUE, self_contained = FALSE, ...)
file name of the generated report
dataquieR report.
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
logical display the report
logical create a single page application HTML file. This may be quite big and hard to render for your web-browser.
additional arguments:
template: Report template to use, not yet supported.
chunk_error: display error messages in report
chunk_warning: display warnings in report
output_format: output format to use, see rmarkdown::render -- currently, html based formats are supported by the default template. If set, the argument self_contained will be ignored.
chunk_echo: display R code in report
chunk_message: display message outputs in report