mirror of
https://github.com/adambard/learnxinyminutes-docs.git
synced 2024-11-22 21:52:31 +03:00
Add definition of parakeet in r.html.markdown
Added a definition of the `parakeet` variable. It's currently never defined, but referenced.
This commit is contained in:
parent
13c90fce6d
commit
2f8765033f
@ -259,6 +259,7 @@ levels(infert$education) # "0-5yrs" "6-11yrs" "12+ yrs"
|
||||
# NULL
|
||||
# "NULL" is a weird one; use it to "blank out" a vector
|
||||
class(NULL) # NULL
|
||||
parakeet = c("beak", "feathers", "wings", "eyes")
|
||||
parakeet
|
||||
# =>
|
||||
# [1] "beak" "feathers" "wings" "eyes"
|
||||
|
Loading…
Reference in New Issue
Block a user