space_member_add | R Documentation |
Invites users to a space.
space_member_add(space, users, ...) ## S3 method for class 'character' space_member_add( space, users, email_invite = TRUE, email_message = NULL, space_role = "contributor", ... ) ## S3 method for class 'data.frame' space_member_add(space, users, ...)
space |
A space object created using |
users |
Email address of the user to add or a data frame of user information. |
... |
Additional arguments. |
email_invite |
Indicates whether an email should be sent to the user with the invite, |
email_message |
Message to be sent to the user should the |
space_role |
Desired role for the user in the space |
The users
input should be a data frame consisting of the columns "user_email",
"email_invite", "email_message", and "space_role". Each row of the users
data frame
denotes one user to be added. If any of these properties are specified in ...
, they
will take precendence and a message printed.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.