datastore_datasets: List cached datasets'

View source: R/datastore_datasets.R

datastore_datasetsR Documentation

List cached datasets'

Description

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

base_path

The path to the local datastore.

Value

A character vector of cached dataset IDs.

Author(s)

Sean Davis seandavi@gmail.com

Examples


test_datatore_path <- system.file(
  "testdata/datastore",
  package = "RefineBio"
)
list.files(test_datatore_path, recursive = TRUE)
datastore_datasets(test_datatore_path)


seandavi/RefineBio documentation built on June 1, 2025, 4:10 p.m.