Completion requirements
Here is a short exercise to practice exporting and reusing data. This exercise does not count toward your grade. It is just for practice!
Exercise:
- Use the R dataset
swiss
(or any other dataset loaded in your R environment). - Save it in the
*.rdata
and*.rds
formats. - Reload the object from your
*.rds
file by assigning this object a new name.
Last modified: Friday, 16 December 2022, 12:03 PM