I’m able to save .rds files, but I’m unable to re-load them

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.

1 Like

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.