listVersions: List available versions

View source: R/listVersions.R

listVersionsR Documentation

List available versions

Description

List the available and latest versions for a dataset.

Usage

listVersions(name)

fetchLatestVersion(name)

Arguments

name

String containing the name of the dataset.

Value

For listVersions, a character vector containing the names of the available versions of the dataset.

For fetchLatestVersion, a string containing the name of the latest version.

Author(s)

Aaron Lun

Examples

listVersions("zeisel-brain-2015")
fetchLatestVersion("zeisel-brain-2015")


LTLA/scRNAseq documentation built on Jan. 22, 2025, 7:43 p.m.