listVersions: List available versions

View source: R/listVersions.R

listVersionsR Documentation

List available versions

Description

List the available and latest versions for an asset (i.e., datasets or collections of datasets).

Usage

listVersions(name)

fetchLatestVersion(name)

Arguments

name

String containing the name of the asset.

Value

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

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 April 24, 2024, 5:58 p.m.