get_artist_info: Get info about artists

Description Usage Arguments Value See Also Examples

View source: R/get_artist_info.R

Description

Get info about artists

Usage

1
get_artist_info(artist_vector)

Arguments

artist_vector

character vector with specified artists

Value

data.table object with columns: artist, artist_tag, global_listeners, global_scrobbles

See Also

get_library_info

Examples

1
2
artists <- c("Anthrax", "Metallica", "Megadeth", "Slayer")
artist_info <- get_artist_info(artist_vector = artists)

ppatrzyk/lastfmR documentation built on May 28, 2019, 7:35 a.m.