View source: R/print.dataquieR_resultset.R
print.dataquieR_resultset | R Documentation |
Generate a RMarkdown-based report from a dataquieR report
## S3 method for class 'dataquieR_resultset'
print(x, dir, view = TRUE, self_contained = FALSE, ...)
x |
dataquieR report. |
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 |
self_contained |
logical create a single page application HTML file. This may be quite big and hard to render for your web-browser. |
... |
additional arguments:
|
file name of the generated report
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.