When you download a dataset from refine.bio, it is cached locally. This function will list all of the cached datasets.
Usage
datastore_datasets(base_path = datastore_get_path())
Author
Sean Davis seandavi@gmail.com
Examples
test_datatore_path <- system.file(
"testdata/datastore",
package = "RefineBio"
)
list.files(test_datatore_path, recursive = TRUE)
#> character(0)
datastore_datasets(test_datatore_path)
#> character(0)