An experimental function to replace remap_player_names as a more comprehensive remapping of player attributes.
Examples
if (FALSE) { # \dontrun{
x <- dv_read(dv_example_file(), insert_technical_timeouts = FALSE)
x <- remap_player_info(x, data.frame(team = c("Nova KBM Branik", "Braslovče"),
name_from = c("ELA PINTAR", "KATJA MIHALINEC"),
firstname = c("Ela", "Katja"), stringsAsFactors = FALSE))
} # }
