save_list_of_df_to_db: Save List of Data Frames to the RHoMIS Database

View source: R/utils-mongodb.R

save_list_of_df_to_dbR Documentation

Save List of Data Frames to the RHoMIS Database

Description

Take a list of output datasets and save them all to the RHoMIS mongoDB

Usage

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

Arguments

list_of_df

The list of dataframes

projectID

The name of the project

formID

The name of the form

database

The name of the database4

url

The url of the database

Details

Rpackage file: utils-mongodb.R


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