Description Usage Details Value Examples
View source: R/accessory_functions.R
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.
1 |
No parameter; the operation is performed on a preset server with no user input.
An object of class character, the randomly generated name of a test CEDARS project.
1 2 3 4 | ## Not run:
find_project_name()
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.