buildReports {savR} | R Documentation |
Generate a folder of images that approximates the format of the folder that was superceded by InterOp. Requires the Cairo package.
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 |
## Not run: example(savR) buildReports(fc, "reports") ## End(Not run)