diff options
author | TheDmitry <TheDmitry@users.noreply.github.com> | 2015-01-31 21:33:57 +0300 |
---|---|---|
committer | TheDmitry <TheDmitry@users.noreply.github.com> | 2015-01-31 21:33:57 +0300 |
commit | 955e5faf4a0084749d2d590fd5ee6de2d2c8ea69 (patch) | |
tree | f3d7eb8bc13f0e2837a439556699d1306ae85609 /r.html.markdown | |
parent | e4e96d25b5dd54525534c653599886a584091015 (diff) | |
parent | bfac539c9fe8aaf50e26fb4a97b24ad805ac293d (diff) |
Merge remote-tracking branch 'upstream/master' into json-ru
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" |