View source: R/LivestockCalculations.R
livestock_calculations_all | R Documentation |
Carrying out all calculations on RHoMIS livestock loops.
livestock_calculations_all(
data,
livestock_weights_conv_tibble = NULL,
eggs_amount_unit_conv_tibble = NULL,
eggs_price_time_units_conv_tibble = NULL,
honey_amount_unit_conv_tibble = NULL,
milk_amount_unit_conv_tibble = NULL,
milk_price_time_unit_conv_tibble = NULL,
gender_categories = pkg.env$gender_categories
)
data |
RHoMIS data, containing livestock loops |
livestock_weights_conv_tibble |
Conversion tibble of livestock weights |
eggs_amount_unit_conv_tibble |
Conversion tibble of eggs amount |
eggs_price_time_units_conv_tibble |
Conversion tibble of egg price time units |
honey_amount_unit_conv_tibble |
Conversion tibble of honey amount |
milk_amount_unit_conv_tibble |
Conversion tibble of milk amounts |
milk_price_time_unit_conv_tibble |
Conversion tibble of milk prices |
gender_categories |
The gender control catgeories included in the survey |
Rpackage file: LivestockCalculations.R
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.