User | R Documentation |
User Class
An R6Class
generator object
id
character [optional]
username
character
password
character [optional]
name
character [optional]
email
character [optional]
is_valid_email
character [optional]
stripe_connect
character [optional]
company
character [optional]
logo
character [optional]
last_activity_date
character [optional]
timezone
character [optional]
organizations
list( OrganizationUser ) [optional]
allowed_actions
list( NamespaceActions ) [optional]
enabled_features
list( character ) [optional]
unpaid_subscription
character [optional]
default_s3_path
character [optional]
default_s3_path_credentials_name
character [optional]
default_namespace_charged
character [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)
deep
Whether to make a deep clone.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.