powered by
list.save(x, file, type = tolower(tools::file_ext(file)), ...)
x
x <- lapply(1:5,function(i) data.frame(a=i,b=i^2)) list.save(x,"list.rdata") list.save(x,"list.yaml") list.save(x,"list.json")
Run the code above in your browser using DataLab