Closed libjohn closed 3 years ago
data cleaning lesson | code @ line 116
Consider replacing the names() function with the glimpse() function
names()
glimpse()
glimpse gives some context for the variable names making it easier to understand what the variables names are supposed to mean.
glimpse
merged https://github.com/LibraryCarpentry/lc-r/pull/31
data cleaning lesson | code @ line 116
Consider replacing the
names()
function with theglimpse()
functionglimpse
gives some context for the variable names making it easier to understand what the variables names are supposed to mean.