Floris Vanderhaeghe and GitHub
f55997b961
Some fixes for chapters regexps & factors ( #1636 )
...
* regexps.qmd: fix name of 'too_few' arg
* regexps.qmd: fix typo
* factors.qmd: update argument names to .f, .x, .y
* factors.qmd: fix language
2024-03-01 20:12:26 -05:00
Floris Vanderhaeghe and GitHub
f40e78af08
Chapter 13 (numbers): minor updates ( #1627 )
...
* numbers.qmd: improve variable name for IQR
* numbers.qmd: textual fix
2024-02-01 19:41:06 -05:00
Floris Vanderhaeghe and GitHub
e56ccb6d94
logicals.qmd: use if_else() in exercises instead of ifelse() ( #1622 )
2024-01-28 20:11:47 -05:00
Floris Vanderhaeghe and GitHub
aa5eaac43e
logicals.qmd: use better variable names in example ( #1623 )
...
The variable names of this example were copied from the previous example, where logical vectors were summarized with `any()` and `all()`. However the present example the summary is with `sum()` and `mean()`, which was not updated in the variable names.
2024-01-28 20:11:21 -05:00
Floris Vanderhaeghe and Hadley Wickham
3b688ee8a5
Elaborate on capturing groups ( #615 )
...
Clarify the meaning and use of capturing groups.
2018-06-20 10:58:59 +02:00