get_latest_tag | R Documentation |
Finds the latest version tag
get_latest_tag(repo, tags_already_updated = FALSE)
repo |
dataset name: 'all_basiclevel', 'reliability', etc. |
tags_already_updated |
boolean, have the repository tags been updated recently? Avoids unnecessary fetching of the tags when multiple functions that use tags are called in succession. |
The latest version tag as a string
## Not run:
get_latest_tag('all_basiclevel')
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.