diff --git a/modules/Subsetting_Data_in_R/Subsetting_Data_in_R.Rmd b/modules/Subsetting_Data_in_R/Subsetting_Data_in_R.Rmd index aa29783c..5898dd32 100644 --- a/modules/Subsetting_Data_in_R/Subsetting_Data_in_R.Rmd +++ b/modules/Subsetting_Data_in_R/Subsetting_Data_in_R.Rmd @@ -209,7 +209,7 @@ head(er) Renaming can: - make it easier to work with your data -- make your column names more compaitible with R +- make your column names more compatible with R - make your column names more interpretable by others ## `rename` function