diff options
author | acganesh <adithya.cganesh@gmail.com> | 2015-01-28 23:27:09 -0600 |
---|---|---|
committer | acganesh <adithya.cganesh@gmail.com> | 2015-01-28 23:27:09 -0600 |
commit | 2f8765033fa2fcbe01ce535c314b71d50d29fb47 (patch) | |
tree | dfd9d8171aebfd36c3a30213e2e012990a5d2dd6 /r.html.markdown | |
parent | 13c90fce6d42999d2dfdcf3503c41cdf65e36e87 (diff) |
Add definition of parakeet in r.html.markdown
Added a definition of the `parakeet` variable. It's currently never defined, but referenced.
Diffstat (limited to 'r.html.markdown')
-rw-r--r-- | r.html.markdown | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/r.html.markdown b/r.html.markdown index 447db4b3..d3d725d3 100644 --- a/r.html.markdown +++ b/r.html.markdown @@ -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" |