Description Usage Arguments Value Examples
View source: R/album_scraper.R
Get best metacritic albums
1 | get_best_albums_per_year(year, by = "metascore")
|
year |
Year of albums |
by |
Selector |
Dataframe containing the best 100 albums of the year
1 2 | best_2018_albums <- get_best_albums_per_year("2018")
best_2018_albums <- get_best_albums_per_year("2018", by = "shared")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.