quick_search_spotify: Search Spotify for a artist/song combination.

View source: R/spotfuzz.r

quick_search_spotifyR Documentation

Search Spotify for a artist/song combination.

Description

Return essential metadata as a tibble containing artist, track name, album name, track number, release date and spotify track uri.

Usage

quick_search_spotify(artist, track)

Arguments

artist

string with artist name

track

string with song name

Value

tibble(artist, track name, album name, track number, release date and spotify track uri)

Examples

quick_search_spotify("Rush","Tom Sawyer")

apsteinmetz/spotfuzz documentation built on April 16, 2022, 12:56 p.m.