add_data_to_project_list: Add Data to Project List

View source: R/utils-mongodb.R

add_data_to_project_listR Documentation

Add Data to Project List

Description

A method for submitting another project to a list of projects.

Usage

add_data_to_project_list(
  data,
  collection,
  database = "rhomis",
  url = "mongodb://localhost",
  projectID,
  formID,
  overwrite = F
)

Arguments

data

Data to add

collection

Collection to add it to

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

overwrite

Whether or not to overwrite the project

Details

Rpackage file: utils-mongodb.R


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