get_excluded_repos() is a Get function that extracts data from an object. Specifically, this function implements an algorithm to get excluded repositories. The function returns Exclude (a character vector).
get_excluded_repos(
gh_repo_1L_chr = "ready4-dev/ready4",
gh_tag_1L_chr = "Documentation_0.0"
)
Exclude (a character vector)
Github repository (a character vector of length one), Default: 'ready4-dev/ready4'
Github tag (a character vector of length one), Default: 'Documentation_0.0'