View source: R/LivestockCalculations.R
identify_number_of_heads_for_livestock_loops | R Documentation |
Livestock heads information is collected seperately the livestock loops. Howver in some cases, for example in the eggs_amount calculations, it is useful to know the livestock heads during the loops. This function allows us to do so
identify_number_of_heads_for_livestock_loops(
livestock_name_column,
livestock_heads_df
)
livestock_name_column |
A vector of livestock names |
livestock_heads_df |
A tibble of livestock head nunbers |
Rpackage file: LivestockCalculations.R
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.