Description Usage Arguments Examples
Generate a folder of images that approximates the format of the folder that was superceded by InterOp. Requires the Cairo package.
1 2 3 4 5 6 7 8 | buildReports(project, destination)
## S4 method for signature 'savProject,character'
buildReports(project,
destination = "./savR-reports")
## S4 method for signature 'savProject,missing'
buildReports(project)
|
project |
SAV project |
destination |
path to save reports folder |
1 2 3 4 5 | ## Not run:
example(savR)
buildReports(fc, "reports")
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.