end_users: Download End User List

Description Usage Arguments Value Examples

View source: R/database.R

Description

Downloads list of CEDARS end users along with their passwords.

Usage

1
end_users(uri_fun, user, password, host, port, database)

Arguments

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.

Value

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.

Examples

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)

CEDARS documentation built on Feb. 7, 2021, 5:06 p.m.