inst/Examples/Example2/mkData/toRDS.R

options(width=210,max.print=200)

Eg2_1  <- read.csv("Txt/Eg2_1.csv")
Eg2_2  <- read.csv("Txt/Eg2_2.csv")

saveRDS(Eg2_1,"../RDS/Eg2_1.rds")
saveRDS(Eg2_2,"../RDS/Eg2_2.rds")

Try the salbm package in your browser

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

salbm documentation built on May 25, 2021, 9:07 a.m.