R/shows_data.R

#' Shows Data
#'
#' @source https://www.dischord.com/fugazi_live_series
#' @format dataframe with one row for each show in the Fugazi Live Series data.
#' \describe{
#'
#'
#' \item{gid}{Unique identifier for the show}
#' \item{tour}{The tour that the show belongs to.}
#' \item{year}{The year of the show,}
#' \item{date}{The date of the show.}
#' \item{venue}{the venue,}
#' \item{city}{the city.}
#' \item{country}{The country.}
#' \item{attendance}{The number of people who attended.}
#' \item{door_price}{The ticket price.}
#' \item{door_price}{The ticket price.}
#' \item{latitude}{The latitude of the show location.}
#' \item{longitude}{The longitude of the show location.}
#' \item{urls}{A string used to form the URLs of the corresponding page on the Fugazi Live series site.}
#' \item{fls_link}{a link to the corresponding page of the Fugazi Live Series site.}
#' \item{minutes}{duration of the show in minutes if a recording is available}
#' \item{sound_quality}{Sound quality rating: Excellent, Very Good, Good, or Poor.}
#'
#' }
#' @examples
#'   shows_data
"shows_data"
alexmitrani/Repeatr documentation built on June 11, 2024, 1:42 p.m.