Skip to content
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

Fix/data import #1412

Merged
merged 6 commits into from
Apr 10, 2023
Merged

Fix/data import #1412

merged 6 commits into from
Apr 10, 2023

Conversation

mitsuoxv
Copy link
Contributor

@mitsuoxv mitsuoxv commented Apr 3, 2023

  • read_csv() recognizes "NA" (Namibia) as NA (not available), as na = c("", "NA") by default.
  • this chapter is not about stringr, but about readr.
  • "seldom" is missing in the context.
  • missing comma of "for example".
  • list(.default = col_character()) can also work.
  • use another_csv again.
  • make tibble() and tribble() examaples identical

mitsuoxv added 2 commits April 3, 2023 09:08
… c("", "NA") by default.

- this chapter is not about stringr, but about readr.
- "seldom" is missing in the context.
- missing comma of "for example".
- list(.default = col_character()) can also work.
- use another_csv again.
- make tibble() and tribble() examaples identical
@mine-cetinkaya-rundel mine-cetinkaya-rundel merged commit ae81895 into hadley:main Apr 10, 2023
@mine-cetinkaya-rundel
Copy link
Collaborator

Thank you!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants