7.5 Persistent user data

What if you want data to persist across R sessions and not be re-initialized every time the package is loaded?

  • Must store the data on the disk
  • Where do we put the file???

There are standards for storing data to the user’s disk, and you usually shouldn’t do it.