Commit Graph
17 Commits
Author SHA1 Message Date
Mitsuo ShiotaandGitHub cb9c4a506f a typo (#1459) 2023-05-09 21:53:06 -04:00
Mitsuo ShiotaandGitHub c6f11c6707 desc() is unnecessary, as later filtered both first and last (#1447) 2023-05-09 21:15:55 -04:00
Mitsuo ShiotaandGitHub da0b940317 probably typos (#1446) 2023-04-25 07:36:14 -05:00
Mitsuo ShiotaandGitHub 8c91a43aee Fix/communication probably typos (#1439)
* no need for \n before str_wrap(), and a typo

* "col" can work, but may be confusing for readers
2023-04-19 20:52:40 -04:00
Mitsuo ShiotaandGitHub 66394d2dcd Fix/EDA typos (#1427) 2023-04-17 08:06:06 -04:00
ae818956b2 Fix/data import (#1412)
* - 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>
2023-04-09 23:38:44 -04:00
e5a847f7b3 Fix/data-transform (#1398)
* fix wrong references, inconsistency between sentence and code, and typos

* Update data-transform.qmd

* Update data-transform.qmd

* Update data-transform.qmd

* Update logicals.qmd

---------

Co-authored-by: Mine Cetinkaya-Rundel <cetinkaya.mine@gmail.com>
2023-04-09 23:21:13 -04:00
Mitsuo ShiotaandGitHub e00ecd35ba typos (#1403) 2023-04-08 10:36:31 -04:00
Mitsuo ShiotaandGitHub 9483bef03f speed = distance / time, and typos (#1402) 2023-04-08 10:34:21 -04:00
4be5b37d87 Fix/workflow-scripts (#1406)
* missing verb and article, and wrong shortcut

* Update workflow-scripts.qmd

---------

Co-authored-by: Mine Cetinkaya-Rundel <cetinkaya.mine@gmail.com>
2023-04-08 10:30:12 -04:00
c8b5536d02 Fix/workflow-basics (#1391)
* justify omitting the name of the second arugument

* Update workflow-basics.qmd

---------

Co-authored-by: Mine Cetinkaya-Rundel <cetinkaya.mine@gmail.com>
2023-04-08 10:10:19 -04:00
Mitsuo ShiotaandGitHub eb0cd7f962 Fix/data-visualize (#1390)
* remove old reference to now-deleted right plot, and fix typos

* I was wrong. This is not a typo. Recover it.
2023-04-08 09:55:50 -04:00
Mitsuo ShiotaandGitHub 1795c94855 Fix fct_lump example (#918)
* happen to have "Other" in factor levels

* rescind code change, instead add comments

* make an exercise
2021-02-09 07:25:34 -06:00
Mitsuo ShiotaandGitHub 8670e92a8c Fix inconsistency in season (#921) 2021-02-08 11:35:19 -06:00
Mitsuo ShiotaandGitHub b1fb15a410 x_1 denotes a variable, while a_1 denotes a parameter (#920) 2021-02-08 11:35:02 -06:00
Mitsuo ShiotaandGitHub 35bca36e72 .x, not ., is recommended in ~ formula (#919)
* .x, not ., is recommended in ~ formula

* change . to .x to be consistent

* . refers to a list, while .x refers to a list element
2021-02-08 11:34:49 -06:00
Mitsuo ShiotaandGitHub f1805f2bfc ggstance package has been superseded by ggplot2 3.3.0 (#917) 2021-02-08 11:33:15 -06:00