https://github.com/krlmlr/rextdata
Simple Access to Data Stored in "extdata" Directory
https://github.com/krlmlr/rextdata
Last synced: 3 months ago
JSON representation
Simple Access to Data Stored in "extdata" Directory
- Host: GitHub
- URL: https://github.com/krlmlr/rextdata
- Owner: krlmlr
- Archived: true
- Created: 2015-11-02T22:27:15.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2017-10-02T16:22:31.000Z (over 7 years ago)
- Last Synced: 2024-08-13T07:15:29.973Z (6 months ago)
- Language: R
- Homepage: http://krlmlr.github.io/rextdata
- Size: 139 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: NEWS.md
Awesome Lists containing this project
- jimsghstars - krlmlr/rextdata - Simple Access to Data Stored in "extdata" Directory (R)
README
# rextdata
Easy access to datasets placed in the `extdata` folder. Currently, creates a delayed assignment for each `.rds` file (via `auto_extdata()`). Arbitrary files are supported in `read_rds()`, arbitrary expressions in `delayed_assign()`. Use `use_extdata()` to add a dataset to a package the same way as you would use `devtools::use_data()`.