Nothing
#' mtcars dataset slightly modified to use for Shiny app upload demonstration
#'
#'
#' @format A data frame with 13 variables:
#' \describe{
#' \item{record_id}{ID, numeric}
#' \item{mpg}{ID, numeric}
#' \item{cyl}{ID, numeric}
#' \item{disp}{ID, numeric}
#' \item{hp}{ID, numeric}
#' \item{drat}{ID, numeric}
#' \item{wt}{ID, numeric}
#' \item{qsec}{ID, numeric}
#' \item{vs}{ID, numeric}
#' \item{am}{ID, numeric}
#' \item{gear}{ID, numeric}
#' \item{carb}{ID, numeric}
#' \item{name}{original rownames, charater}
#'
#' }
#' @usage data(mtcars_redcap)
"mtcars_redcap"
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.