reportInit | R Documentation |
reportInit
allows creation new report instances, or updates, from the soilReports R package. soilReports is a container for reports and convenience functions for soil data summary, comparison, and evaluation reports used mainly by USDA-NRCS staff.
reportInit(
reportName,
outputDir = NULL,
overwrite = FALSE,
updateReport = FALSE
)
reportName |
Name of report, as found in |
outputDir |
Directory to create report instance |
overwrite |
Overwrite existing directories and files? Default FALSE |
updateReport |
Only update core report files, leaving configuration unchanged? Specific settings are report-dependent and set in the setup.R manifest. |
A time-stamped report instance created in outputDir
, and a message summarizing the action(s) completed.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.