Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion modules/Subsetting_Data_in_R/Subsetting_Data_in_R.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Loading