get_library_info: Get info about all artists from a user's library

Description Usage Arguments Value See Also Examples

View source: R/get_library_info.R

Description

Get info about all artists from a user's library

Usage

1
get_library_info(user, user_scrobbles_only = FALSE)

Arguments

user

Last.fm username

user_scrobbles_only

defaults to FALSE. Set to TRUE if you only need user scrobbles (function return faster)

Value

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

See Also

get_library_info

Examples

1
artist_info <- get_library_info(user = "enter_your_username")

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