View source: R/UnitsAndConversions.R
extract_units_from_db | R Documentation |
Load all of the units from a local mongoDB
extract_units_from_db(
database = "rhomis",
url = "mongodb://localhost",
projectID = "core_units",
formID = "core_units",
conversion_type,
collection = "units_and_conversions"
)
database |
The name of the database |
url |
The url of the database |
projectID |
The id of the project you are interested in |
formID |
The id of the form you are interested in |
conversion_type |
The type of conversion factor you are extracting |
collection |
The collection where these units are found |
Rpackage file: UnitsAndConversions.R
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.