We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The Exploring Data Frames episode has an objective and keypoints that aren't' covered.
Specifically the objective objectives...
Remove rows with NA values. and the keypoints... Remove rows from a data frame. Use na.omit() to remove rows from a data frame with NA values.
Also this one doesn't use typeof() - shoudl be class() instead
typeof()
class()
Use str(), nrow(), ncol(), dim(), colnames(), rownames(), head(), and typeof() to understand the structure of a data frame.
The text was updated successfully, but these errors were encountered:
Solves datacarpentry#118
cf78c38
Successfully merging a pull request may close this issue.
The Exploring Data Frames episode has an objective and keypoints that aren't' covered.
Specifically the objective objectives...
Also this one doesn't use
typeof()
- shoudl beclass()
insteadThe text was updated successfully, but these errors were encountered: