R/venuesdata.R

#' Venues data
#'
#' @source https://www.dischord.com/fugazi_live_series
#' @format dataframe with one row for each venue in the Fugazi Live Series data.
#' \describe{
#' \item{venue}{Venue of the show}
#' \item{city}{City}
#' \item{country}{Country}
#' \item{from}{Year of first show at the venue}
#' \item{to}{Year of last show at the venue}
#'
#' }
#' @examples
#'   venuesdata
"venuesdata"
alexmitrani/Repeatr documentation built on June 11, 2024, 1:42 p.m.