browse_genius_resource | R Documentation |
Opens a browser to the Genius url of a Genius "resource" (i.e.
the result of a successful get_album|artist|song()
call).
browse_genius_resource(x)
x |
a |
A browser is opened to the Genius resource's url if the session is interactive. The URL is returned as a character string.
song <- get_song(song_id = 3039923) browse_genius_resource(song)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.