Removes a user from an existing group.
Usage
removeGroupUser(groupId, userId)
Arguments
- groupId
Character. The ID of the group.
- userId
Character. The ID of the user to remove.
Value
TRUE if the user was removed successfully, FALSE otherwise.
Examples
if (FALSE) { # \dontrun{
removeGroupUser("group-id", "user-id")
} # }