Proper Boolean capitalization
This commit is contained in:
parent
45aee03c4b
commit
d848ab2006
|
@ -210,7 +210,7 @@ For example, `df |> filter(!is.na(x))` finds all rows where `x` is not missing a
|
|||
#| echo: false
|
||||
#| out-width: NULL
|
||||
#| fig-cap: >
|
||||
#| The complete set of boolean operations. `x` is the left-hand
|
||||
#| The complete set of Boolean operations. `x` is the left-hand
|
||||
#| circle, `y` is the right-hand circle, and the shaded region show
|
||||
#| which parts each operator selects.
|
||||
#| fig-alt: >
|
||||
|
|
Loading…
Reference in New Issue