Nothing
#' An example of national forest inventory data
#'
#' This is simulated data that reassemble the national forest inventory
#'
#' @format A data frame with 11984 rows and 10 variables:
#' \describe{
#' \item{plotID}{a unique identifier for plot}
#' \item{treeID}{a unique identifier for tree}
#' \item{year}{year in which plot was visited}
#' \item{speciesGroup}{identifier for species group}
#' \item{code}{status of a tree: 0 (normal), 1(harvested), 2(dead), 3 (ingrowth)}
#' \item{DBH}{diameter at breast height in cm}
#' \item{species}{species name}
#' \item{height}{tree height in meters}
#' \item{crownHeight}{crown height in meters}
#' \item{protected}{logical, 1 if protected, otherwise 0}
#' }
#' @export
"data_NFI"
Any scripts or data that you put into this service are public.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.