-
Notifications
You must be signed in to change notification settings - Fork 7.2k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -202,7 +202,7 @@ | |
Output: 'Now, put an exclamation point (!) before is.na() to change all of the TRUEs to FALSEs and all of the FALSEs to TRUEs, thus telling us what is NOT NA: !is.na(c(3, 5, NA, 10)).' | ||
CorrectAnswer: "!is.na(c(3, 5, NA, 10))" | ||
AnswerTests: omnitest('!is.na(c(3, 5, NA, 10))') | ||
Hint: !is.na(c(3, 5, NA, 10)) will negate the previous command, thus telling us what is NOT NA. | ||
This comment has been minimized.
Sorry, something went wrong.
This comment has been minimized.
Sorry, something went wrong.
RishavDaredevil
|
||
Hint: '!is.na(c(3, 5, NA, 10)) will negate the previous command, thus telling us what is NOT NA.' | ||
|
||
- Class: cmd_question | ||
Output: 'Okay, ready to put all of this together? Use filter() to return all rows of cran for which r_version is NOT NA. Hint: You will need to use !is.na() as part of your second argument to filter().' | ||
|
1 comment
on commit 53dff26
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Still getting the warning on the tbl_df() command and of course if the tibble::as_tibble() it's flagged as an incorrect answer.
If there is someone else who can address this please let me know and I be glad to reach out.
This appears to be the fix to the error I keep getting when I try to load Coursera swirl 'Getting and Cleaning Data/Manipulating Data with dplyr'. How do I make it effective so I can complete the course?
Sincerely, efjacobi