View source: R/datastore_datasets.R
datastore_datasets | R Documentation |
When you download a dataset from refine.bio, it is cached locally. This function will list all of the cached datasets.
datastore_datasets(base_path = datastore_get_path())
base_path |
The path to the local datastore. |
A character vector of cached dataset IDs.
Sean Davis seandavi@gmail.com
test_datatore_path <- system.file(
"testdata/datastore",
package = "RefineBio"
)
list.files(test_datatore_path, recursive = TRUE)
datastore_datasets(test_datatore_path)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.