You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
desc: These functions write to a data repository as R objects (via `save`) or files (via `write`)
contents:
- save
- write
- title: Paths
desc: The functions here define where the data repository can be found and create the 'data' directory and intermediates.
contents:
- init_data_repository
- system.file
- title: Loader
desc: These functions are used to load data from a 'data' directory using `utils::data` behind the scenes. I don't know why it says the function is called `...` it should be `data()`!