repo_notification {ghclass}R Documentation

GitHub Repository tools - notification functions

Description

Usage

repo_unwatch(repo)

repo_watch(repo)

repo_ignore(repo)

repo_watching(filter = NULL, exclude = FALSE)

Arguments

repo

repository address in owner/repo format

filter

character, regex pattern for matching (or excluding) repositories.

exclude

logical, should entries matching the regex be excluded or included.

Value

repo_ignore(), repo_unwatch(), and repo_watch() all invisibly return a list containing the results of the relevant GitHub API call.

repo_watching() returns a character vector of watched repos.

Examples

## Not run: 
repo_ignore("Sta323-Sp19/hw1")

repo_unwatch("rundel/ghclass")

repo_watch("rundel/ghclass")

## End(Not run)


[Package ghclass version 0.3.0 Index]