contin_export_v2: Export continuous result information from to template xlsx...

View source: R/contin_export_v2.R

contin_export_v2R Documentation

Export continuous result information from to template xlsx file.

Description

Export monitoring results into the most recent version of Oregon DEQ's continuous data submission template xlsx file format version 2.03. 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.

Usage

contin_export_v2(
  file,
  org,
  projects,
  mloc,
  deployment,
  results,
  prepost,
  audits,
  sumstats = NULL
)

Arguments

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 sumstats. Default is NULL.

Details

This function relies upon the openxlsx package.

See Also

openxlsx


DEQrmichie/odeqcdr documentation built on Feb. 15, 2025, 10:01 a.m.