data-raw/data-other.R

# Unique identifiers.
# Source: https://github.com/forestgeo/bciex/issues/10
unique_id <- tibble::tribble(
  ~table,           ~column,
  "tree",          "TreeID",
  "stem",          "StemID",
  "ViewFullTable", "DBHID"
)

use_data(unique_id, overwrite = TRUE)
forestgeo/fgeo.data documentation built on May 9, 2019, 8:06 p.m.