create_empty_tbl: Create Empty Data Tables

View source: R/create_empty_tbl.R

create_empty_tblR Documentation

Create Empty Data Tables

Description

Create a empty tibble with the same column names and column types as from a typical survey of the specified type.

Usage

create_empty_tbl(
  otg_type = c("surveyPoint_0.csv", "CU_1.csv", "Wood_2.csv", "Jam_3.csv",
    "Undercut_4.csv", "Discharge_5.csv", "DischargeMeasurements_6.csv")
)

Arguments

otg_type

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

Value

an empty tibble

Author(s)

Kevin See


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