Learn R Programming

geniusr (version 1.1.0)

get_song_meta: Retrieve meta data for a song

Description

The Genius API lets you search for meta data for a song, given a song ID.

Usage

get_song_meta(song_id, access_token = genius_token())

Arguments

song_id

A song ID (song_id returned in search_song)

access_token

Genius' client access token, defaults to genius_token

Examples

Run this code
# NOT RUN {
get_song_meta(song_id = 3039923)
# }

Run the code above in your browser using DataLab