Nothing
#' Example Work Breakdown Structure Data
#' @source <https://www.workbreakdownstructure.com>
#' @format A data frame with columns:
#' \describe{
#' \item{id}{unique key for each row}
#' \item{pid}{parent key for each row}
#' \item{name}{character name of the element}
#' \item{work}{percent of total work for this element}
#' \item{budget}{budget for this element}
#' }
"wbs_table"
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.