#' Data from SCBI.
#'
#' * `scbi_tree1` and `scbi_species` are complete tree and species tables from
#' SCBI.
#' * `scbi_stem_tiny_shrub` and `scbi_stem_tiny_tree` are small example datasets
#' containing exclusively shrubs and trees.
#'
#' @name scbi
#'
#' @source http://bit.ly/scbi-forestgeo-data
#' @format Objects of class tbl_df (inherit from tbl, data.frame). See structure
#' in __Examples__.
#'
#' @family census datasets
#'
#' @examples
#' str(scbi_tree1)
#'
#' str(scbi_stem_tiny_shrub)
#'
#' str(scbi_stem_tiny_tree)
#'
#' str(scbi_species)
NULL
#' @rdname scbi
"scbi_tree1"
#' @rdname scbi
"scbi_species"
#' @rdname scbi
"scbi_stem_tiny_shrub"
#' @rdname scbi
"scbi_stem_tiny_tree"
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.