#' Exam PA Titanic
#'
#' @description Titanic passengers as used in ExamPA.net’s practice exam
#'
#' @docType data
#'
#' @usage exam_pa_titanic
#'
#' @format data.frame, 906 observations of 11 variables:
#' \describe{
#' \item{passengerid}{Passenger id}
#' \item{survived}{Survived Y/N}
#' \item{pclass}{Ticket class}
#' \item{name}{Name}
#' \item{sex}{male, female}
#' \item{age}{Age}
#' \item{sibsp}{# of siblings}
#' \item{parch}{# of parents or children aboard the Titanic.}
#' \item{ticket}{Number fare}
#' \item{fare}{Cost of ticket.}
#' \item{embarked}{Port of Embarkation. C = Cherbourg, Q = Queenstown,
#' S = Southampton.}
#' }
#'
#' @keywords datasets
#'
#'
#'
"exam_pa_titanic"
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.