View source: R/LivestockCalculations.R
meat_amount_calculation | R Documentation |
A function to calculate the amount of meat produced based on the number of animals killed, and some conversion factors which can calculate how much meat can be collected from an animal which has been killed.
meat_amount_calculation(data, unit_conv_tibble = NULL)
data |
The dataset for which meat amounts need to be calculated |
unit_conv_tibble |
A conversion table for animal names and their weights |
Rpackage file: LivestockCalculations.R
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.