livestock_calculations_all: Livestock calculations all

View source: R/LivestockCalculations.R

livestock_calculations_allR Documentation

Livestock calculations all

Description

Carrying out all calculations on RHoMIS livestock loops.

Usage

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
)

Arguments

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

Details

Rpackage file: LivestockCalculations.R


l-gorman/rhomis-R-package documentation built on Nov. 8, 2023, 6:46 a.m.