inst/Examples/Example1/mkData/toRDS.R

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

Eg1_1  <- read.csv("Txt/Eg1_1.csv")
Eg1_2  <- read.csv("Txt/Eg1_2.csv")

saveRDS(Eg1_1,"../RDS/Eg1_1.rds")
saveRDS(Eg1_2,"../RDS/Eg1_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.