| User | R Documentation |
User Class
An R6Class generator object
idcharacter [optional]
usernamecharacter
passwordcharacter [optional]
namecharacter [optional]
emailcharacter [optional]
is_valid_emailcharacter [optional]
stripe_connectcharacter [optional]
companycharacter [optional]
logocharacter [optional]
last_activity_datecharacter [optional]
timezonecharacter [optional]
organizationslist( OrganizationUser ) [optional]
allowed_actionslist( NamespaceActions ) [optional]
enabled_featureslist( character ) [optional]
unpaid_subscriptioncharacter [optional]
default_s3_pathcharacter [optional]
default_s3_path_credentials_namecharacter [optional]
default_namespace_chargedcharacter [optional]
new()User$new( username, id = NULL, password = NULL, name = NULL, email = NULL, is_valid_email = NULL, stripe_connect = NULL, company = NULL, logo = NULL, last_activity_date = NULL, timezone = NULL, organizations = NULL, allowed_actions = NULL, enabled_features = NULL, unpaid_subscription = NULL, default_s3_path = NULL, default_s3_path_credentials_name = NULL, default_namespace_charged = NULL, ... )
toJSON()User$toJSON()
fromJSON()User$fromJSON(UserJson)
toJSONString()User$toJSONString()
fromJSONString()User$fromJSONString(UserJson)
clone()The objects of this class are cloneable with this method.
User$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.