Closed ldliao closed 9 months ago
@ldliao what code lines are you looking at for this? I'm not sure I follow where it is. Thanks!
an example: instead of mean(gap$lifeExp)
do gap %>% pull(lifeExp) %>% mean()
or other ways to write this
Got it! Thanks. I've updated it
majority of the lesson uses the pipe operator not sure if we want to use the
pull
function for themean
function orsummarize
to make it more in sync