View source: R/utils-mongodb.R
save_list_of_df_to_db | R Documentation |
Take a list of output datasets and save them all to the RHoMIS mongoDB
save_list_of_df_to_db(
list_of_df,
projectID,
formID,
database = "rhomis",
url = "mongodb://localhost"
)
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 |
Rpackage file: utils-mongodb.R
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.