adding_project_to_list: Add Project to List

View source: R/utils-mongodb.R

adding_project_to_listR Documentation

Add Project to List

Description

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.

Usage

adding_project_to_list(
  database = "rhomis",
  url = "mongodb://localhost",
  projectID,
  formID
)

Arguments

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

Details

Rpackage file: utils-mongodb.R


l-gorman/rhomis-R-package documentation built on Nov. 8, 2023, 6:46 a.m.