populate_users: Prepare Database for User Credentials

Description Usage Arguments

View source: R/database.R

Description

Sets up 'USERS' collection where CEDARS end user names and passwords will be retained.

Usage

1
populate_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.


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