EVOLUTION-MANAGER
Edit File: get_song_relationship.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 Relationship</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_song_relationship {rgenius}"><tr><td>get_song_relationship {rgenius}</td><td style="text-align: right;">R Documentation</td></tr></table> <h2>Get Song Relationship</h2> <h3>Description</h3> <p>This function fetches songs related to the wanted one. </p> <h3>Usage</h3> <pre> get_song_relationship(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 tibble with related song's information </p> <h3>Author(s)</h3> <p>Alberto Almuiña </p> <h3>Examples</h3> <pre> ## Not run: get_song_relationship('55882') ## 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>