org_members: Get organization member
Description
org_members
returns a (filtered) vector of organization memebers.
Usage
org_members(org, filter = NULL, exclude = FALSE, include_admins = TRUE)
Arguments
org
Character. Name of the GitHub organization.
filter
Character. Regular expression pattern for matching (or excluding) repositories.
exclude
Logical. Should entries matching the regular expression be excluded or included.
include_admins
Logical. Should admin users be included in the results.
Examples
Run this code# NOT RUN {
org_members("ghclass")
# }
# NOT RUN {
# }
Run the code above in your browser using DataLab