lastrfm-album: last.fm Album API methods

Description Usage Arguments Details Value Functions Examples

Description

These functions return information on albums. None of these services require authentication, except for album_add_tags and album_remove_tags.

Usage

1
2
3
album_get_info(artist, album, autocorrect = TRUE, n = NULL)

album_get_top_tags(artist, album, autocorrect = TRUE, n = NULL)

Arguments

artist

The artist name (required except for album_search)

album

The album name (required)

autocorrect

Transform misspelled artist names into correct artist names, returning the correct version instead (optional)

n

Number of entries to return (optional)

Details

If n is omitted, the functions return:

Value

Data.frame of top n tags with count, name, and url; ordered by popularity.

Functions

Examples

1
2
album_get_info("Radiohead", "OK Computer", n = 5)
album_get_top_tags("Radiohead", "OK Computer", n = 5)

miccio-dk/lastrfm documentation built on May 22, 2019, 8:58 p.m.