Description Usage Arguments Value
View source: R/utils_user_management.R
Each time you call this function, you will get a proposed new and unique 'user_id'. Be careful: this function doesn't save the ID generated, so if you want to be sure that your new ID is truly unique, you better update the database table. Obviously, a future version of this function will do that automatically, but right now everyone who uses this function needs reassurance there are no side effects.
1 | user_new_unique_id(con)
|
con |
valid database connection |
integer ID
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.