Learn R Programming

ghclass (version 0.1.0)

repo_watching: Get watched repos

Description

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.

Examples

Run this code
# NOT RUN {
repo_watching()
repo_watching("hw1")
# }
# NOT RUN {
# }

Run the code above in your browser using DataLab