data-raw/data-scbi.R

library(tibble)

# Source: https://github.com/SCBI-ForestGEO/SCBI-ForestGEO-Data/tree/master/tree_main_census/data

tor::load_rdata("data-raw/data-scbi")

# Rename to follow guidelines to documenting ForestGEO datasets:
# https://forestgeo.github.io/fgeo.data/articles/document_data.html
scbi_tree1 <- scbi.full1
scbi_species <- scbi.spptable

use_data(
  scbi_tree1,scbi_species,
  overwrite = TRUE
)
forestgeo/fgeo.biomass documentation built on June 8, 2019, 10:47 p.m.