R/billboard_albums.R

#' Peak Position of Linkin Park Albums on Billboard
#'
#' @md
#' @description A data set containing peak positions of charted Linkin Park Albums
#' from the Billboard Hard Rock Chart. This data was scraped from billboard.com
#'
#' @format A tibble with 10 observations of 4 variables
#' + `album_title`: Name of the album charted
#' + `peak_position`: The highest charted position
#' + `date_peaked`: Date album peaked on the chart (Format YYYY-MM-DD)
#' + `weeks_on_chart`: Number of weeks the album was charted.
#' + `chart_name`: Name of chart
#' @export
"billboard_albums"


#' Peak Position of Linkin Park Songs on Billboard
#'
#' @md
#' @description A data set containing peak positions of charted Linkin Park Songs
#' from the Billboard Hard Rock streaming songs Chart. This data was scraped from billboard.com
#'
#' @format A tibble with 10 observations of 4 variables
#' + `song_title`: Name of the album charted
#' + `peak_position`: The highest charted position
#' + `date_peaked`: Date album peaked on the chart (Format YYYY-MM-DD)
#' + `weeks_on_chart`: Number of weeks the album was charted.
#' @export
"billboard_songs"
delabj/linkinpark documentation built on Nov. 26, 2020, 1:13 p.m.