Practice: Export and Reuse

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:


  1. Use the R dataset swiss (or any other dataset loaded in your R environment). 
  2. Save it in the *.rdataand *.rdsformats.
  3. Reload the object from your *.rds file by assigning this object a new name.
Last modified: Friday, December 16, 2022, 12:03 PM