powered by
Opens a browser to the Genius url of a Genius "resource" (i.e. the result of a successful get_album|artist|song() call).
get_album|artist|song()
browse_genius_resource(x)
A browser is opened to the Genius resource's url if the session is interactive. The URL is returned as a character string.
a genius_album, genius_artist, or genius_song object
genius_album
genius_artist
genius_song
# \donttest{ song <- get_song(song_id = 3039923) browse_genius_resource(song) # }
Run the code above in your browser using DataLab