inst/snippets/savingData.R

save(iris3, file = "iris3.rda")   # the traditional file extension is rda for R native data.
load("iris3.rda")               # loads previously saved data

Try the Lock5withR package in your browser

Any scripts or data that you put into this service are public.

Lock5withR documentation built on May 2, 2019, 3:43 p.m.