Hello,
I have been trying to save data frames as .rds files.
I'm able to save them but I'm unable to reload them.
ERROR :
Error in readRDS("file.rds") : unknown input format.
Hello,
I have been trying to save data frames as .rds files.
I'm able to save them but I'm unable to reload them.
ERROR :
Error in readRDS("file.rds") : unknown input format.
Try to use saveRDS
instead of save
.
This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.