View source: R/github_handling.R
find_issue | R Documentation |
Given text and repository name, find if an issue exists.
find_issue(text, repo_name, token = NULL)
text |
What text to be searched for in the GitHub issues. Can be regex. |
repo_name |
the name of the repository, e.g. jhudsl/OTTR_Template |
token |
A personal access token from GitHub. Only necessary if the repository being checked is a private repository. |
A TRUE/FALSE whether or not the issue with this text on this repository exists.
## Not run:
authorize("github")
find_issue(text = "TEST", repo_name = "jhudsl/ottrpal")
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.