Learn R Programming

rgenius (version 0.1.0)

get_song_relationship: Get Song Relationship

Description

This function fetches songs related to the wanted one.

Usage

get_song_relationship(song_id,
  access_token = Sys.getenv("GENIUS_API_TOKEN"))

Arguments

song_id

Genius Song ID

access_token

Genius Web API token. Defaults to Sys.getenv('GENIUS_API_TOKEN').

Value

Returns a tibble with related song's information

Details

To use this function, you need to first use 'search_genius_song' to get the song ID.

Examples

Run this code
# NOT RUN {
get_song_relationship('55882')
# }

Run the code above in your browser using DataLab