wood_github_tags | R Documentation |
This function queries GitHub for a list of tags for a given repository (indicated by a combination of package name and username). Each element is a tag, which need not be identical or even related to version code of the package at the given time.
wood_github_tags(package, user)
package |
|
user |
|
A character vector of repository tags.
Functions for GitHub:
wood_github_dependencies()
,
wood_github_latest()
,
wood_github_packages()
,
wood_github_versions()
wood_github_tags("gglgbtq", "turtletopia")
# Sometimes there are no tags (yet?)
wood_github_tags("ggpizza", "turtletopia")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.