Nothing
#' Dummy Project Schedule
#'
#' A dataset of a dummy project. The variables are as follows:
#'
#' @format A data frame with 12 rows and 4 variables
#' \itemize{
#' \item \strong{start:} Start Date of the activity.
#' \item \strong{end:} End Date of the activity.
#' \item \strong{progress:} Proportion between 0 and 1 representing percentage
#' completed for each activity (1 = 100% complete)
#' \item \strong{planned_cost:} The planned costs of each activity
#' }
#'
#' @docType data
#' @keywords datasets
#' @name project
#' @usage data(project)
NULL
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.