EVOLUTION-MANAGER
Edit File: genius_lyrics.html
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"><html xmlns="http://www.w3.org/1999/xhtml"><head><title>R: Retrieve song lyrics from Genius.com</title> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <link rel="stylesheet" type="text/css" href="R.css" /> </head><body> <table width="100%" summary="page for genius_lyrics {genius}"><tr><td>genius_lyrics {genius}</td><td style="text-align: right;">R Documentation</td></tr></table> <h2>Retrieve song lyrics from Genius.com</h2> <h3>Description</h3> <p>Retrieve the lyrics of a song with supplied artist and song name. </p> <h3>Usage</h3> <pre> genius_lyrics(artist = NULL, song = NULL, info = "title") </pre> <h3>Arguments</h3> <table summary="R argblock"> <tr valign="top"><td><code>artist</code></td> <td> <p>The quoted name of the artist. Spelling matters, capitalization does not.</p> </td></tr> <tr valign="top"><td><code>song</code></td> <td> <p>The quoted name of the song. Spelling matters, capitalization does not.</p> </td></tr> <tr valign="top"><td><code>info</code></td> <td> <p>Default <code>"title"</code>, returns the track title. Set to <code>"simple"</code> for only lyrics, <code>"artist"</code> for the lyrics and artist, <code>"features"</code> for song element and the artist of that element, <code>"all"</code> to return artist, track, line, lyric, element, and element artist.</p> </td></tr> </table> <h3>Examples</h3> <pre> # genius_lyrics(artist = "Margaret Glaspy", song = "Memory Street") # genius_lyrics(artist = "Kendrick Lamar", song = "Money Trees") # genius_lyrics("JMSN", "Drinkin'") </pre> <hr /><div style="text-align: center;">[Package <em>genius</em> version 2.2.3 <a href="00Index.html">Index</a>]</div> </body></html>