| User | R Documentation |
User object containing user information.
This is the main object for Users.
sevenbridges2::Item -> User
URLList of URL endpoints for this resource.
usernameUser name.
emailUser's email address.
first_nameUser's first name.
last_nameUser's last name.
affiliationThe company or the institute the user is affiliated with.
phoneUser's phone number.
addressUser's residential address.
cityUser's city of residence.
stateUser's state of residence.
countryUser's country of residence.
zip_codeZip code for the user's residence.
roleUser's role.
tagsPlatform tags associated with the user.
new()Create a new User object.
User$new(res = NA, ...)
resResponse containing User object information.
...Other response arguments.
print()Print user information as bullet list.
User$print()
reload()Reload User object information.
User$reload(...)
...Other arguments that can be passed to core api() function
like 'fields', etc.
User object.
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.