7.1 Exported data

my_pkg_data <- sample(1000)
usethis::use_data(my_pkg_data)

Stay tuned for where the data-creation code goes. Should not go in your R/ directory.

Other types of files not recommended.