Description Usage Arguments Value
'get_github_project()' is a function for retrieve information for a given github project
1 2 3 4 5 | get_github_project(
repo = "tdwg/bdq",
project = "Core Tests and Assertions (TG2)",
header = c(Accept = "application/vnd.github.inertia-preview+json")
)
|
repo |
Repository that we want to work on |
project |
Name of the project that we want to get |
header |
API header (currently it's required for work with projects) |
A data.frame that contains title, url, data information of a given project
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.