Description Usage Arguments Value Examples
Downloads list of CEDARS end users along with their passwords.
1 | end_users(uri_fun, user, password, host, port, database)
|
uri_fun |
Uniform resource identifier (URI) string generating function for MongoDB credentials. |
user |
MongoDB user name. |
password |
MongoDB user password. |
host |
MongoDB host server. |
port |
MongoDB port. |
database |
MongoDB database name. |
An object of class data.frame, listing all project users along with their associated password. This information is not available if using Active Directory feature because in this case the value pairs would be stored outside of the CEDARS project database.
1 2 3 4 5 | ## Not run:
end_users(uri_fun = mongo_uri_standard, user = 'John', password = 'db_password_1234',
host = 'server1234', port = NA, database = 'TEST_PROJECT')
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.