EVOLUTION-MANAGER
Edit File: get_genius_song.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: Get Song</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 get_genius_song {rgenius}"><tr><td>get_genius_song {rgenius}</td><td style="text-align: right;">R Documentation</td></tr></table> <h2>Get Song</h2> <h3>Description</h3> <p>This function gets 'genius' song information </p> <h3>Usage</h3> <pre> get_genius_song(song_id, access_token = Sys.getenv("GENIUS_API_TOKEN")) </pre> <h3>Arguments</h3> <table summary="R argblock"> <tr valign="top"><td><code>song_id</code></td> <td> <p>Genius Song ID</p> </td></tr> <tr valign="top"><td><code>access_token</code></td> <td> <p>Genius Web API token. Defaults to Sys.getenv('GENIUS_API_TOKEN').</p> </td></tr> </table> <h3>Details</h3> <p>To use this function, you need to first use 'search_genius_song' to get the song ID. </p> <h3>Value</h3> <p>Returns a data frame with the song's information </p> <h3>Author(s)</h3> <p>Alberto Almuiña </p> <h3>Examples</h3> <pre> ## Not run: get_genius_song('3440889') ## End(Not run) </pre> <hr /><div style="text-align: center;">[Package <em>rgenius</em> version 0.1.0 <a href="00Index.html">Index</a>]</div> </body></html>