mirror of
https://github.com/adambard/learnxinyminutes-docs.git
synced 2025-05-22 06:10:58 +00:00
Update r.html.markdown
This commit is contained in:
parent
209dc039ec
commit
3e40335e96
@ -229,7 +229,7 @@ FALSE != FALSE # FALSE
|
|||||||
FALSE != TRUE # TRUE
|
FALSE != TRUE # TRUE
|
||||||
# Missing data (NA) is logical, too
|
# Missing data (NA) is logical, too
|
||||||
class(NA) # "logical"
|
class(NA) # "logical"
|
||||||
# Use for | and & for logic operations.
|
# Use | and & for logic operations.
|
||||||
# OR
|
# OR
|
||||||
TRUE | FALSE # TRUE
|
TRUE | FALSE # TRUE
|
||||||
# AND
|
# AND
|
||||||
|
Loading…
Reference in New Issue
Block a user