similarly to this post and this one (but for rds instead of dput)
let's say that, for some reasons, you had to:
- use saveRDS (instead of dput)
- load the rds file into a program (as a binary file)
- get the content of that binary file as a string back into R
what function(s) would you use to re-build the model in R?