chart-methods: Chart Methods

chart-methodsR Documentation

Chart Methods

Description

Get last.fm overall chart rankings for tags, tracks, and artists.

raw_chart_get_top_artists(), raw_chart_get_top_tags(), and raw_chart_get_top_tracks() retrieve the overall top artists, tags, and tracks, respectively.

Usage

raw_chart_get_top_artists(.start_page = 1, .n_pages = NULL)

chart_get_top_artists(.start_page = 1, .n_pages = NULL)

raw_chart_get_top_tags(.start_page = 1, .n_pages = NULL)

chart_get_top_tags(.start_page = 1, .n_pages = NULL)

raw_chart_get_top_tracks(.start_page = 1, .n_pages = NULL)

chart_get_top_tracks(.start_page = 1, .n_pages = NULL)

Arguments

.start_page

The page to start pulling from, by default starts from the 1st page

.n_pages

The total number of pages to pull. If no value is provided, all pages are retrieved.

Value

  • All raw endpoints return a list of lastfm objects.

  • All tidy endpoints return a Tibble.


bkkkk/lastfmr documentation built on Sept. 4, 2022, 7:03 a.m.