read_otg_csv: Read On-The-Ground .csv Data

View source: R/read_otg_csv.R

read_otg_csvR Documentation

Read On-The-Ground .csv Data

Description

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.

Usage

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")
)

Arguments

path

A path to the directory containing the folders of interest. path should only contain folders (no files), and each of those folders should only contain files (no folders).

otg_type

what type of on-the-ground (OTG) data would the user like to deal with?

Value

a data frame containing data of otg_type


mackerman44/DASH documentation built on Sept. 5, 2024, 8:14 a.m.