mirror of
https://github.com/adambard/learnxinyminutes-docs.git
synced 2025-05-22 06:10:58 +00:00
Merge pull request #944 from acganesh/patch-1
[r/en] Add definition of parakeet variable
This commit is contained in:
commit
177adaa5a5
@ -259,6 +259,7 @@ levels(infert$education) # "0-5yrs" "6-11yrs" "12+ yrs"
|
|||||||
# NULL
|
# NULL
|
||||||
# "NULL" is a weird one; use it to "blank out" a vector
|
# "NULL" is a weird one; use it to "blank out" a vector
|
||||||
class(NULL) # NULL
|
class(NULL) # NULL
|
||||||
|
parakeet = c("beak", "feathers", "wings", "eyes")
|
||||||
parakeet
|
parakeet
|
||||||
# =>
|
# =>
|
||||||
# [1] "beak" "feathers" "wings" "eyes"
|
# [1] "beak" "feathers" "wings" "eyes"
|
||||||
|
Loading…
Reference in New Issue
Block a user