typo in isolating data with dplyr primer

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. :blush:
one_of() Columns whose name appear in the given set select(babynames, one_of(c("sex", "gender"))

@ryan.cantor welcome to the community! Thanks for spotting that. I have a public to do list of things to fix in the primers at https://github.com/rstudio-education/primers/issues. If you go there you can log this and any other issues you come across. I appreciate your willingness to help me make these better. So thank you!

2 Likes

Awesome added over there!

3 Likes

This topic was automatically closed 21 days after the last reply. New replies are no longer allowed.