View source: R/create_empty_tbl.R
create_empty_tbl | R Documentation |
Create a empty tibble with the same column names and column types as from a typical survey of the specified type.
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")
)
otg_type |
what type of on-the-ground (OTG) data would the user like to deal with? |
an empty tibble
Kevin See
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.