get_dataset_version | R Documentation |
For a given dataset, returns the version tag of the version that was last downloaded - the one that is on your computer right now.
get_dataset_version(dataset)
dataset |
dataset name: 'all_basiclevel', 'reliability', etc. |
The main assumed usage is switching from using get_all_basiclevel()
without
the version argument.
Use interactively only and put the actual version string literal in your code.
list with two keys: version and date
all_bl_version <- get_dataset_version('all_basiclevel')
print(all_bl_version$version)
print(all_bl_version$date)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.