wie man Variablen in R dplyr umbenannt
dplyr::rename(data, new_name = old_name)
Successful Salmon
dplyr::rename(data, new_name = old_name)