Remove GitHub organization members
Usage
remove_org_members(members, org = "openscapes")
Arguments
- members
A vector of GitHub usernames.
- org
The GitHub organization that owns the team and the repository.
Value
list of responses from the GitHub API
Examples
if (FALSE) { # \dontrun{
remove_org_members(members = "not-ateucher")
} # }