access R objects


/ Published in: R
Save to your folder(s)



Copy this code and paste it in your HTML
  1. > pi
  2. [1] 3.141593
  3. > letters
  4. [1] "a" "b" "c" "d" "e" "f" "g" "h" "i" "j" "k" "l" "m" "n" "o" "p" "q"
  5. [18] "r" "s" "t" "u" "v" "w" "x" "y" "z"

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.