| OrganizationUser | R Documentation |
OrganizationUser Class
An R6Class generator object
user_idcharacter [optional]
organization_idcharacter [optional]
usernamecharacter [optional]
organization_namecharacter [optional]
roleOrganizationRoles [optional]
allowed_actionslist( NamespaceActions ) [optional]
new()OrganizationUser$new( user_id = NULL, organization_id = NULL, username = NULL, organization_name = NULL, role = NULL, allowed_actions = NULL, ... )
toJSON()OrganizationUser$toJSON()
fromJSON()OrganizationUser$fromJSON(OrganizationUserJson)
toJSONString()OrganizationUser$toJSONString()
fromJSONString()OrganizationUser$fromJSONString(OrganizationUserJson)
clone()The objects of this class are cloneable with this method.
OrganizationUser$clone(deep = FALSE)
deepWhether to make a deep clone.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.