dedupe_album_names | R Documentation |
Use fuzzy matching to remove duplicate album names (including reissues, remasters, etc).
dedupe_album_names(
df,
album_name_col = "album_name",
album_release_year_col = "album_release_year"
)
df |
Data frame with album name |
album_name_col |
String of field name containing album names |
album_release_year_col |
String of field name containing album release year |
The original data frame with distinct album_name
rows, keeping as much as
possible the original album release (and not re-releases.)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.