listVersions | R Documentation |
List the available and latest versions for a dataset.
listVersions(name)
fetchLatestVersion(name)
name |
String containing the name of the dataset. |
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.
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.