Skip to content

Commit

Permalink
Merge pull request adambard#944 from acganesh/patch-1
Browse files Browse the repository at this point in the history
[r/en] Add definition of parakeet variable
  • Loading branch information
levibostian committed Jan 29, 2015
2 parents 13c90fc + 2f87650 commit 177adaa
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 177adaa

Please sign in to comment.