View source: R/contin_export_v3.R
contin_export_v3 | R Documentation |
Export monitoring results into the most recent version of Oregon DEQ's continuous data submission template xlsx file format v3. This function will export a list with each element holding a data frame of the information for each spreadsheet in the template. The cell colors and quality control elements from the actual template are not included in the output xlsx.
contin_export_v3(
file,
org,
projects,
mloc,
deployment,
results,
prepost,
audits,
sumstats = NULL,
equipment = NULL
)
file |
The path and file name to the output xlsx file. |
org |
data frame holding Organization Details |
projects |
data frame with Projects |
mloc |
data frame holding Monitoring_Locations |
deployment |
data frame holding Deployment |
results |
data frame holding Results |
prepost |
data frame holding PrePost |
audits |
data frame holding Audit_Data |
sumstats |
Optional data frame holding the AWQMS summary statistics generated using |
equipment |
Optional data frame holding equipment Info. Default is NULL. |
This function relies upon the openxlsx
package.
openxlsx
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.