Description Usage Arguments Value
Filter the output of 'get_repos()' for a specific repository by name.
1 2 3 4 5 | get_repo_info(
github_user = "meerapatelmd",
repo = basename(getwd()),
as_list = FALSE
)
|
github_user |
GitHub username. Enterprise GitHub is not supported. |
repo |
Repository name as a string (case insensitive). |
as_list |
If TRUE, the repository information is returned as a list object instead of a single row tibble. |
A tibble or if 'as_list' is set to 'TRUE', a list object.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.