Como renomear variáveis no r DPLYR
dplyr::rename(data, new_name = old_name)
Successful Salmon
dplyr::rename(data, new_name = old_name)