powered by
repo_ignore - Ignore a GitHub repository.
repo_ignore
repo_unwatch - Unwatch / unsubscribe from a GitHub repository.
repo_unwatch
repo_watch - Watch / subscribe to a GitHub repository.
repo_watch
repo_watching - Returns a vector of your watched repositories. This should match the list at github.com/watching.
repo_watching
repo_unwatch(repo)repo_watch(repo)repo_ignore(repo)repo_watching(filter = NULL, exclude = FALSE)
repo_watch(repo)
repo_ignore(repo)
repo_watching(filter = NULL, exclude = FALSE)
repository address in owner/repo format
owner/repo
character, regex pattern for matching (or excluding) repositories.
logical, should entries matching the regex be excluded or included.
# NOT RUN { repo_ignore("Sta323-Sp19/hw1") repo_unwatch("rundel/ghclass") repo_watch("rundel/ghclass") # } # NOT RUN { # }
Run the code above in your browser using DataLab