find_project_name: Generate unique test project name (i.e. DB name) on MongoDB...

Description Usage Details Value Examples

View source: R/accessory_functions.R

Description

Parses existing DB names and randomly generates a unique test project name on MongoDB CEDARS testing cluster. This is used for convenience purposes when the R user does not have an existing MongoDB connection. The corresponding database and collections are PUBLIC so no patient information or any other privileged/confidential data should be used! This is for testing on simulated records only.

Usage

1

Details

No parameter; the operation is performed on a preset server with no user input.

Value

An object of class character, the randomly generated name of a test CEDARS project.

Examples

1
2
3
4
## Not run: 
find_project_name()

## End(Not run)

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