Removes members.
space_member_remove(space, users, content_action = NULL, ask = TRUE)
# S3 method for numeric
space_member_remove(space, users, content_action = NULL, ask = TRUE)
# S3 method for character
space_member_remove(space, users, content_action = NULL, ask = TRUE)
# S3 method for data.frame
space_member_remove(space, users, content_action = NULL, ask = TRUE)
A space object created using rscloud_space()
.
ID number or email of the user to be removed, or a data frame
with either a user_id
or email
column.
What to do with the users content after they are removed from the space. Options for the content are to: "leave" leaving the content where it is, "archive" moving the content to the space archive, and "trash" moving the content to the spaces trash.
Whether to ask user for confirmation of deletion.