EVOLUTION-MANAGER
Edit File: search_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: Search 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 search_genius_song {rgenius}"><tr><td>search_genius_song {rgenius}</td><td style="text-align: right;">R Documentation</td></tr></table> <h2>Search Song</h2> <h3>Description</h3> <p>This function searches 'genius' songs by name </p> <h3>Usage</h3> <pre> search_genius_song(song_name, access_token = Sys.getenv("GENIUS_API_TOKEN")) </pre> <h3>Arguments</h3> <table summary="R argblock"> <tr valign="top"><td><code>song_name</code></td> <td> <p>String of song name</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>All Genius API endpoints require an artist or song ID. The 'search_' functions in this package try to search for the desired artists/songs to obtain their Genius ID and to use them later. </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: search_genius_song('Paradise') ## 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>