EVOLUTION-MANAGER
Edit File: dedupe_album_names.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: Remove duplicate album names</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 dedupe_album_names {spotifyr}"><tr><td>dedupe_album_names {spotifyr}</td><td style="text-align: right;">R Documentation</td></tr></table> <h2>Remove duplicate album names</h2> <h3>Description</h3> <p>Use fuzzy matching to remove duplicate album names (including reissues, remasters, etc). </p> <h3>Usage</h3> <pre> dedupe_album_names( df, album_name_col = "album_name", album_release_year_col = "album_release_year" ) </pre> <h3>Arguments</h3> <table summary="R argblock"> <tr valign="top"><td><code>df</code></td> <td> <p>Data frame with album name</p> </td></tr> <tr valign="top"><td><code>album_name_col</code></td> <td> <p>String of field name containing album names</p> </td></tr> <tr valign="top"><td><code>album_release_year_col</code></td> <td> <p>String of field name containing album release year</p> </td></tr> </table> <h3>Value</h3> <p>The original data frame with distinct <code>album_name</code> rows, keeping as much as possible the original album release (and not re-releases.) </p> <hr /><div style="text-align: center;">[Package <em>spotifyr</em> version 2.2.3 <a href="00Index.html">Index</a>]</div> </body></html>