R/pitchfork_reviews.R

#' Pitchfork Album Reviews
#'
#' A dataset containing the score given by Pitchfork to albums released by artists having reached Spotify's top 200 tracks (U.S.).
#'
#' @format A data frame with 150 rows and 5 variables:
#' \describe{
#'   \item{artist}{artist's name}
#'   \item{score}{score given by pitchfork, from a scale of 0 to 10}
#'   \item{album}{album name}
#'   \item{bnm}{dummy variable, 1 if the album received Best New Music or Best New Reissue, 0 otherwise}
#'   \item{pub_date}{review publication date}
#'   ...
#' }
#' @source \url{https://pitchfork.com/}
"pitchfork_reviews"
IAjimi/idk documentation built on Dec. 14, 2019, 7:23 p.m.