View source: R/utils-mongodb.R
save_data_set_to_db | R Documentation |
Save a dataset to the MongoDB database
save_data_set_to_db(
data,
data_type,
database = "rhomis",
url = "mongodb://localhost",
projectID,
formID
)
data |
The data to save |
data_type |
The type of data to save (e.g. cropData, indicatorData...) |
database |
The name of the database to save it to |
url |
The url of the database |
projectID |
The name of the project containing the data |
formID |
The ID of the form |
Rpackage file: utils-mongodb.R
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.