just starting w R and RStudio Cloud! Also new to the forum so not sure where to post.
I found a small typo on the Isolating Data with dplyr primer.
The one_of example in the table is missing a closing parentheses. 
one_of() Columns whose name appear in the given set select(babynames, one_of(c("sex", "gender"))