Skip to contents

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

Arguments

datastore_path

The path to the local datastore.

Value

A character vector of cached dataset IDs.

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)