Advertisement
Guest User

Untitled

a guest
Feb 27th, 2015
229
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.13 KB | None | 0 0
  1. listOflists <- list(list1 = list(rnorm(1000)),
  2. list2 = list(rnorm(1000)))
  3. saveRDS(listOflists, "listOflists.RDS")
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement