Sends or resends invitation with a given invitation ID that was previously created in RStudio Cloud. Invitation IDs are unique across all spaces, hence this function does not also depend on a space ID.

invitation_send(invitations)

# S3 method for numeric
invitation_send(invitations)

# S3 method for tbl_invitation
invitation_send(invitations)

Arguments

invitations

An invitation ID number or a data frame of invitations returned by space_invitation_list().