powered by
list.serialize(x, file, type = tolower(tools::file_ext(file)), ...)
list
x <- list(a=1,b=2,c=3) list.serialize(x,"test.dat") list.serialize(x,"test.json")
Run the code above in your browser using DataLab