#' 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"
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.