-
Notifications
You must be signed in to change notification settings - Fork 7.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Issue in starting "Manipulating Data with dplyr" module of the "Getting and Cleaning Data" course #498
Comments
The same issue: #394 |
This problem with "!" in the beginning of line:
I think the most useful solution:
|
Closed
YHx07
added a commit
to YHx07/swirl_courses
that referenced
this issue
Apr 10, 2022
Sollution swirldev#498 This problem with "!" in the beginning of line: Hint: !is.na(c(3, 5, NA, 10)) will negate the previous command, thus telling us what is NOT NA.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hello,
Installed the "Getting and Cleaning Data" course so that I could keep digging into R after finishing the main "R Programming" course. Installed fine, but when I try and load the first module in the "Getting and Cleaning Data" course, I get this error:
Tried searching through old and current issues but couldn't find anything similar, is there any way I can fix this so I can continue the course?
The text was updated successfully, but these errors were encountered: