space_member_remove | R Documentation |
Removes members.
space_member_remove(space, users, content_action = NULL, ask = TRUE) ## S3 method for class 'numeric' space_member_remove(space, users, content_action = NULL, ask = TRUE) ## S3 method for class 'character' space_member_remove(space, users, content_action = NULL, ask = TRUE) ## S3 method for class 'data.frame' space_member_remove(space, users, content_action = NULL, ask = TRUE)
space |
A space object created using |
users |
ID number or email of the user to be removed, or a data frame
with either a |
content_action |
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. |
ask |
Whether to ask user for confirmation of deletion. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.