powered by
readRDS
read_rds(path)
temp <- tempfile() write_rds(mtcars, temp) read_rds(temp)
Run the code above in your browser using DataLab