View source: R/contin_results_csv.R
contin_results_csv | R Documentation |
Retrieve monitoring results from Oregon DEQ's continuous data submission
template v2.03 that has been saved as a csv This function will read all csv
files from a selected directory, combine them all using
rbind
and return them as a single dataframe. The column
names and date-time formats must be the same in every csv file. Column names
are made into syntactically valid names acceptable by R.
contin_results_csv(path = NULL, format = "%Y/%m/%d %H:%M:%S")
path |
The path to the directory where the csv files are saved. Default
is NULL which implements the |
format |
A character string giving the date-time format of the input
from columns 'Activity.Start.Date' and 'Activity.Start.Time'.
Same as used by |
data frame
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.