* probably a typo
* probably a typo
* no Insert menu in Rstudio
* a typo
* better to stick to percentage notation
* not suffix but prefix
* redundant, perhaps forgot to delete
* !r erros
* a typo
* I don't know why Rstudio automatically changes lines. I manually removed those changes.
* Update quarto.qmd
* Update quarto.qmd
---------
Co-authored-by: Mine Cetinkaya-Rundel <cetinkaya.mine@gmail.com>
* probably a typo
* probably a typo
* - "a" is not a factor but a character.
- probably a typo
* a typo
* probably a typo
* probably a typo
* "ab" is a string, but is not a character, though can be an element of a character vector
* a typo
* probably a typo
* Update rectangling.qmd
---------
Co-authored-by: Mine Cetinkaya-Rundel <cetinkaya.mine@gmail.com>
* a typo
* a typo
* probably a typo
* a typo
* b$ means ending with b
* Update regexps.qmd
---------
Co-authored-by: Mine Cetinkaya-Rundel <cetinkaya.mine@gmail.com>
* - 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
* make exactly same as tibble() example
* Update data-import.qmd
* Update data-import.qmd
* Update data-import.qmd
* Update data-import.qmd
---------
Co-authored-by: Mine Cetinkaya-Rundel <cetinkaya.mine@gmail.com>
* justify omitting the name of the second arugument
* Update workflow-basics.qmd
---------
Co-authored-by: Mine Cetinkaya-Rundel <cetinkaya.mine@gmail.com>