read_otg_csv | R Documentation |
Import .csv delimited files containing on-the-ground (OTG) data collected using the
DASH protocol. This function only reads in one otg_type
of data at a time.
read_otg_csv(
path = ".",
otg_type = c("surveyPoint_0.csv", "CU_1.csv", "Wood_2.csv", "Jam_3.csv",
"Undercut_4.csv", "Discharge_5.csv")
)
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? |
a data frame containing data of otg_type
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.