saveHDMDataToMongoDb: Save all data pertaining to the definition of a model to...

Description Usage Arguments

View source: R/db.functions.r

Description

Send in JSON data, this will save it to MongoDB. I love MongoDB because it's web scale: https://www.youtube.com/watch?v=b2F-DItXtZs If you don't for some reason then feel free to submit a PR to this repo for something else.

Usage

1
saveHDMDataToMongoDb(data, id, dataUri)

Arguments

data

the full set of data to save in JSON format

id

the ID of the model to update. If no ID is passed we will insert a record

dataUri

URI of mongoDB to use


cwhd/hdm-r documentation built on May 6, 2019, 8 p.m.