View source: R/utils-mongodb.R
read_in_db_dataset | R Documentation |
A function for reading and unwinding data in the RHoMIS database.
read_in_db_dataset(
collection = "data",
database,
project_name,
form_name,
data_set_name
)
collection |
The collection containing the data needed |
database |
The name of the database |
project_name |
The name of the project which you are searching for |
form_name |
The name of the form you are searching for |
data_set_name |
The name of the dataset. |
Rpackage file: utils-mongodb.R
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.