Skip to content

Commit

Permalink
Add definition of parakeet in r.html.markdown
Browse files Browse the repository at this point in the history
Added a definition of the `parakeet` variable.  It's currently never defined, but referenced.
  • Loading branch information
acganesh committed Jan 29, 2015
1 parent 13c90fc commit 2f87650
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions r.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 2f87650

Please sign in to comment.