Description Usage Arguments Value Examples
View source: R/rt_user_create.R
Create a user
1 2 3 4 5 6 7 8 9 10 |
name |
(character) Optional. User name |
password |
(character) The password |
email_address |
(character) Optional. User email |
real_name |
(character) Optional. User real name |
organization |
(character) Optional. User organization |
privileged |
(numeric) Optional. User privilege status |
disabled |
(numeric) Optional. User disabled status |
... |
Other arguments passed to |
(numeric) The ID of the newly-created user
1 2 3 4 5 6 7 8 | ## Not run:
# Create a barebones user with just a name
rt_user_create("Some Person")
# Create user that also has an email address
rt_user_create("Person", email_address = "person@example.com")
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.