diff --git a/episodes/01-r-basics.Rmd b/episodes/01-r-basics.Rmd index 8ecda0d2..3749454f 100644 --- a/episodes/01-r-basics.Rmd +++ b/episodes/01-r-basics.Rmd @@ -571,7 +571,7 @@ In the square brackets you place the name of the vector followed by the comparis | \== | exactly equal to | | != | not equal to | | !x | not x | -| a | b | a or b | +| a \| b | a or b | | a \& b | a and b | ::::::::::::::::::::::::::::::::::::::::: callout