Commit Graph
3 Commits
Author SHA1 Message Date
Floris VanderhaegheandGitHub e56ccb6d94 logicals.qmd: use if_else() in exercises instead of ifelse() (#1622) 2024-01-28 20:11:47 -05:00
Floris VanderhaegheandGitHub 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 VanderhaegheandHadley Wickham 3b688ee8a5 Elaborate on capturing groups (#615)
Clarify the meaning and use of capturing groups.
2018-06-20 10:58:59 +02:00