quick_search_spotify | R Documentation |
Return essential metadata as a tibble containing artist, track name, album name, track number, release date and spotify track uri.
quick_search_spotify(artist, track)
artist |
string with artist name |
track |
string with song name |
tibble(artist, track name, album name, track number, release date and spotify track uri)
quick_search_spotify("Rush","Tom Sawyer")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.