View source: R/utils-mongodb.R
add_data_to_project_list | R Documentation |
A method for submitting another project to a list of projects.
add_data_to_project_list(
data,
collection,
database = "rhomis",
url = "mongodb://localhost",
projectID,
formID,
overwrite = F
)
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 |
Rpackage file: utils-mongodb.R
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.