EVOLUTION-MANAGER
Edit File: 00Index.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: Easily Access 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> <h1> Easily Access Song Lyrics from Genius.com <img class="toplogo" src="../../../doc/html/Rlogo.svg" alt="[R logo]" /> </h1> <hr/> <div style="text-align: center;"> <a href="../../../doc/html/packages.html"><img class="arrow" src="../../../doc/html/left.jpg" alt="[Up]" /></a> <a href="../../../doc/html/index.html"><img class="arrow" src="../../../doc/html/up.jpg" alt="[Top]" /></a> </div><h2>Documentation for package ‘genius’ version 2.2.3</h2> <ul><li><a href="../DESCRIPTION">DESCRIPTION file</a>.</li> </ul> <h2>Help Pages</h2> <table width="100%"> <tr><td style="width: 25%;"><a href="add_genius.html">add_genius</a></td> <td>Add lyrics to a data frame</td></tr> <tr><td style="width: 25%;"><a href="calc_self_sim.html">calc_self_sim</a></td> <td>Calculate a self-similarity matrix</td></tr> <tr><td style="width: 25%;"><a href="cleaning.html">cleaning</a></td> <td>Function which produces a vector to be used in string cleaning from scraping there are a lot of hard coded values in here and will need to be adapted for the weird nuances.</td></tr> <tr><td style="width: 25%;"><a href="genius_album.html">genius_album</a></td> <td>Retrieve song lyrics for an album</td></tr> <tr><td style="width: 25%;"><a href="genius_lyrics.html">genius_lyrics</a></td> <td>Retrieve song lyrics from Genius.com</td></tr> <tr><td style="width: 25%;"><a href="genius_tracklist.html">genius_tracklist</a></td> <td>Create a tracklist of an album</td></tr> <tr><td style="width: 25%;"><a href="genius_url.html">genius_url</a></td> <td>Use Genius url to retrieve lyrics</td></tr> <tr><td style="width: 25%;"><a href="gen_album_url.html">gen_album_url</a></td> <td>Create Genius Album url</td></tr> <tr><td style="width: 25%;"><a href="gen_song_url.html">gen_song_url</a></td> <td>Create Genius url</td></tr> <tr><td style="width: 25%;"><a href="possible_album.html">possible_album</a></td> <td>Form of genius_album that can handle errors</td></tr> <tr><td style="width: 25%;"><a href="possible_lyrics.html">possible_lyrics</a></td> <td>Form of genius_lyrics that can handle errors</td></tr> <tr><td style="width: 25%;"><a href="possible_url.html">possible_url</a></td> <td>Form of genius_url that can handle errors</td></tr> <tr><td style="width: 25%;"><a href="prep_info.html">prep_info</a></td> <td>Prepares input strings for 'gen_song_url()'</td></tr> </table> </body></html>