View source: R/read_otg_csv_wrapper.R
read_otg_csv_wrapper | R Documentation |
A wrapper function for read_otg_csv()
. The function imports .csv delimited
files containing on-the-ground (OTG) data collected using the DASH protocol. This function
can be performed on multiple (all if desired) "types" of OTG data at once to create a
list of data frames, each containing data for one of the data types.
read_otg_csv_wrapper(
path = ".",
otg_type = c("surveyPoint_0.csv", "CU_1.csv", "Wood_2.csv", "Jam_3.csv",
"Undercut_4.csv", "Discharge_5.csv"),
otg_type_names = c("survey", "cu", "wood", "jam", "undercut", "discharge")
)
path |
A path to the directory containing the folders of interest. |
otg_type |
what type of on-the-ground (OTG) data would the user like to deal with? |
otg_type_names |
an optional character vector that can be used to name each
data frame of |
a list of data frames, each containing data from otg_type
Mike Ackerman
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.