#' Attraction meta data
#'
#' A dataset containing data about Disney theme park attractions.
#'
#' @format A data frame with 87 rows and 8 variables:
#' \describe{
#' \item{code}{Code for attraction, alphanumeric}
#' \item{name}{Disney's official attraction name, alphanumeric}
#' \item{short_name}{Short name, alphanumeric}
#' \item{state}{State park is located in (Flordia or California), alphanumeric}
#' \item{park}{Disney theme park where the attraction is located}
#' \item{land}{Section of the park an attraction is located}
#' \item{opened_on}{Attraction's opening date, date}
#' \item{duration}{Duration of attraction in minutes, numeric}
#' \item{average_wait_per_hundred}{Hypothetical wait time for every 100 people in the standby queue, numeric}
#' }
#' @source "entities.csv" Disney World Ride Wait Time Datasets, TouringPlans.com, August 2023,
#' \url{https://touringplans.com/walt-disney-world/crowd-calendar#DataSets}, Accessed 28 August 2023
"attractions"
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.