Returns all of the authenticated user's watched repositories. This should
match the list at github.com/watching.
The function can also filter the results for matching (or excluding)
repositories.
Usage
repo_watching(filter = NULL, exclude = FALSE)
Arguments
filter
character, regex pattern for matching (or excluding) repositories.
exclude
logical, should entries matching the regex be excluded or included.