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
)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.