LibraryCarpentry / lc-r

Introduction to R
http://librarycarpentry.org/lc-r/
Other
14 stars 28 forks source link

Data cleaning: glimpse() instead of names() #14

Closed libjohn closed 3 years ago

libjohn commented 4 years ago

data cleaning lesson | code @ line 116

Consider replacing the names() function with the glimpse() function

glimpse gives some context for the variable names making it easier to understand what the variables names are supposed to mean.

libjohn commented 3 years ago

merged https://github.com/LibraryCarpentry/lc-r/pull/31