Nothing
#' Survival of passengers on the Titanic
#'
#' @source \url{https://www.amstat.org/publications/jse/v3n3/datasets.dawson.html}
#' @format A data frame with columns:
#' \describe{
#' \item{ID}{Unique Passenger ID}
#' \item{Pclass}{1st,2nd,3rd,Crew}
#' \item{Sex}{Male,Female}
#' \item{Name}{Passenger Name}
#' \item{SibSp}{# of siblings / spouses aboard the Titanic}
#' \item{Parch}{# of parents / children aboard the Titanic}
#' \item{Ticket}{Ticket number}
#' \item{Fare}{Passenger fare}
#' \item{Cabin}{Cabin number}
#' \item{Embarked}{Port of Embarkation}
#' \item{Survived}{No,Yes}
#' }
#' @docType data
#' @name validation
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.