Commit Graph
29 Commits
Author SHA1 Message Date
dc95230a6d Fix/iteration typos (#1491)
* a typo

* a typo

* a typo

* Update iteration.qmd

---------

Co-authored-by: Mine Cetinkaya-Rundel <cetinkaya.mine@gmail.com>
2023-05-24 13:17:55 -05:00
Mitsuo ShiotaandGitHub 9fdb50ee10 Next chapter is Iteration, not Vectors (#1490) 2023-05-22 08:48:54 -04:00
Mitsuo ShiotaandGitHub d33c24ebea Fix/webscraping typos (#1487) 2023-05-22 08:46:33 -04:00
0bd216b75a Fix/rectangling probably typos (#1486)
* 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>
2023-05-21 11:26:53 -04:00
Mitsuo ShiotaandGitHub b2c4c1d0d0 Fix/arrow typos (#1481)
* a typo

* typos
2023-05-21 00:08:14 -04:00
6124b65098 Fix/regexps probably typos (#1480)
* 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>
2023-05-21 00:07:34 -04:00
Mitsuo ShiotaandGitHub 6c9cfea1e0 Fix/strings probably typos (#1476)
* probably typos

* probably a typo

* a typo
2023-05-21 00:02:56 -04:00
Mitsuo ShiotaandGitHub d0dc1a8c6c Fix/databases probably typos (#1474)
* typos

* probably typos

* a typo

* typos

* a typo
2023-05-21 00:00:25 -04:00
32717bcf53 Fix/Spreadsheets probably typos (#1472)
* typos

* Update spreadsheets.qmd

---------

Co-authored-by: Mine Cetinkaya-Rundel <cetinkaya.mine@gmail.com>
2023-05-20 23:58:11 -04:00
a8538790f8 Fix/joins typos (#1468)
* typos

* Update joins.qmd

---------

Co-authored-by: Mine Cetinkaya-Rundel <cetinkaya.mine@gmail.com>
2023-05-20 23:54:40 -04:00
Mitsuo ShiotaandGitHub 149ef1f3cc a typo (#1471) 2023-05-12 08:01:23 -04:00
Mitsuo ShiotaandGitHub c2b0451044 Fix/datetimes (#1462)
* a typo

* redundant condition
2023-05-09 21:57:32 -04:00
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