An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

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()`.