View source: R/get_pages_api.R
download_scrobbles | R Documentation |
download_scrobbles
download_scrobbles(
username = get_lastfm_credentials("username"),
api_key = get_lastfm_credentials("key")
)
username |
Your last.fm account username |
api_key |
Your last.fm account api key |
A dataframe of songs and associated metadata
## Not run:
download_scrobbles(username = "your_username", api_key = "your_api_key")
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.