Description Usage Arguments Value Examples
Edit a user's information.
1 2 3 4 5 6 7 8 9 10 11 |
user_id |
(numeric) The ID of the User to edit |
password |
(character) The password |
name |
(character) Optional. User name |
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 |
The ID of the edited user
1 2 3 4 5 6 7 8 | ## Not run:
# First, create a user
user_id <- rt_user_create("Example", "password", "me@example.com")
# Then we can edit it
rt_user_edit(user_id, real_name = "Example User")
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.