| Organization | R Documentation |
Organization Class
An R6Class generator object
idcharacter [optional]
roleOrganizationRoles [optional]
namecharacter
created_atcharacter [optional]
updated_atcharacter [optional]
logocharacter [optional]
descriptioncharacter [optional]
userslist( OrganizationUser ) [optional]
allowed_actionslist( NamespaceActions ) [optional]
num_of_arraysnumeric [optional]
enabled_featureslist( character ) [optional]
unpaid_subscriptioncharacter [optional]
default_s3_pathcharacter [optional]
default_s3_path_credentials_namecharacter [optional]
stripe_connectcharacter [optional]
new()Organization$new( name, id = NULL, role = NULL, created_at = NULL, updated_at = NULL, logo = NULL, description = NULL, users = NULL, allowed_actions = NULL, num_of_arrays = NULL, enabled_features = NULL, unpaid_subscription = NULL, default_s3_path = NULL, default_s3_path_credentials_name = NULL, stripe_connect = NULL, ... )
toJSON()Organization$toJSON()
fromJSON()Organization$fromJSON(OrganizationJson)
toJSONString()Organization$toJSONString()
fromJSONString()Organization$fromJSONString(OrganizationJson)
clone()The objects of this class are cloneable with this method.
Organization$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.