[éCow] Correctifs vaches et avancement taureaux

This commit is contained in:
2026-06-24 15:08:51 +02:00
parent ea76a07d61
commit 0a6cb5fc95
5 changed files with 44 additions and 19 deletions
+1
View File
@@ -12,6 +12,7 @@ source(here::here('R/common/utils.R'))
add_data_ecow <- function(liste_produits, czhbc){
#Ajout d'une colonne avec le nombre de produits IPG ------------------ TODO PEUT ETRE PLUS UTILE, à comparer avec nb_fin_gestation
# Croisement avec les données SPIE
parents_ipg <- get_parents_ipg()
liste_produits <- base::merge(liste_produits, get_parents_ipg(), by.x='anim', by.y='ANIM', all.x=T, all.y=F)