milk_price_time_units_conversion: Milk Price Time Units Conversion

View source: R/LivestockCalculations.R

milk_price_time_units_conversionR Documentation

Milk Price Time Units Conversion

Description

RHoMIS milk price units can come in both times and per litre units. This function goes

Usage

milk_price_time_units_conversion(
  id_rhomis_dataset,
  units_column,
  sold_amount_column,
  unit_conv_tibble = NULL
)

Arguments

id_rhomis_dataset

An id vector containing information on which rhomis

units_column

The columns containing the original units

sold_amount_column

The amounts of milk which was sold

unit_conv_tibble

A table with all of the information to convert price time units

Details

Rpackage file: LivestockCalculations.R


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