View source: R/UnitsAndConversions.R
save_initial_units | R Documentation |
Rpackage file: UnitsAndConversions.R
save_initial_units(
database = "rhomis",
url = "mongodb://localhost",
projectID = "core_units",
formID = "core_units",
units_and_conversions = list(crop_price_units = crop_price_units, crop_yield_units =
crop_yield_units, eggs_amount_units = eggs_amount_units, eggs_price_time_units =
eggs_price_time_units, honey_amount_units = honey_amount_units, land_area_units =
land_area_units, livestock_weights = livestock_weights, milk_amount_units =
milk_amount_units, milk_price_time_units = milk_price_time_units, ppi_limits =
ppi_limits, ppi_score_card = ppi_score_card, proportion_conversions =
proportion_conversions)
)
database |
The database where units are to be saved |
url |
The URL of the database where units are to be saved, the default mongoDB url is set as default argument. |
projectID |
The ID of the project for saving the units |
formID |
The ID of the form for saving project units |
units_and_conversions |
A list of all of the unit and conversions (list of tibbles) |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.