# First let's make a copy of the dataset to play with! CO2copy <- CO2 # names() gives you the names of the variables present in the data frame names(CO2copy) # Changing from English to French names (make sure you have the same levels!) names(CO2copy) <- c("Plante","Categorie", "Traitement", "conc","absortion")