View source: R/contin_volmon_import.R
contin_volmon_import | R Documentation |
This functions uses the volmon data template as an input and returns a list
with each element that matches the output
of contin_import
. This function does the same thing as
contin_import
but uses the different template.
contin_volmon_import(
file,
project = "ODEQVolMonWQProgram",
timezone = "PDT",
append_ordeq = TRUE
)
file |
The path and file name to template xlsx file. |
project |
Optional variable identifying project. ODEQ volmon's program (ODEQVolMonWQProgram) is the default |
timezone |
Optional variable setting time zone. Defaults to "PDT" |
append_ordeq |
Optional boolean to append "-ORDEQ" to monitoring locations. Default is TRUE. |
This function will read the template and return a list with each list element holding a dataframe of the information for each spreadsheet. Any rows with all NAs are removed.
The function returns a named list holding each worksheet from the xlsx. The name of each list element is the same as the xlsx:
Organization_Details Projects Monitoring_Locations Deployment Results PrePost Audit_Data
Column names are made into syntactically valid names acceptable by R.
This function relies heavily upon the readxl
package.
list of each continuous template data
read_excel
, contin_import
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.