listVersions | R Documentation |
List the available and latest versions for an asset (i.e., datasets or collections of datasets).
listVersions(name)
fetchLatestVersion(name)
name |
String containing the name of the asset. |
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.
Aaron Lun
listVersions("zeisel-brain-2015")
fetchLatestVersion("zeisel-brain-2015")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.