| tag | R Documentation |
Git Tag Utilities
gitr_recent_tag()
gitr_tag_info()
gitr_recent_tag(): character(1). The most recent tag.
gitr_tag_info(): A data frame summarizing the repository tags.
gitr_recent_tag(): gets the most recent git tag.
gitr_tag_info(): gets a data frame summary of
the current git repository tags.
## Not run:
gitr_recent_tag()
gitr_tag_info()
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.