Skip to content

Commit 697c282

Browse files
committed
update slides
1 parent 3b8b373 commit 697c282

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

Diff for: 20_minutes_to_R.Rmd

+2
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,8 @@ We saw this content already, in the form of comments in an R script file. The te
7676
- `x || y` x or y (returns TRUE or FALSE, use in if conditions)
7777
- `x && y` x and y (returns TRUE or FALSE, use in if conditions)
7878

79+
see `?base::Logic` for details.
80+
7981
#### Try it:
8082

8183
We can try the code right in the notebook. This is an R code chunk (note that it starts with `{r}` ).

Diff for: R_for_educators_slides.pdf

420 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)