View source: R/utils-mongodb.R
adding_project_to_list | R Documentation |
After conducting the main RHoMIS calculations, it is important to add the form ID and project ID to the list of projects in the database, to keep track of the projects using RHoMIS. This function allows us to do this.
adding_project_to_list(
database = "rhomis",
url = "mongodb://localhost",
projectID,
formID
)
database |
Database to add it to |
url |
URL of the database |
projectID |
ID of the project you are adding |
formID |
The id of the form being you are adding |
Rpackage file: utils-mongodb.R
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.