From 509daf4623fce8ab427f543cc0b8ae7f183dcad6 Mon Sep 17 00:00:00 2001 From: LE DURAND Matteo <matteo.le-durand@developpement-durable.gouv.fr> Date: Tue, 18 Mar 2025 16:19:54 +0100 Subject: [PATCH] =?UTF-8?q?update=20:=20plus=20de=20table=20de=20correspon?= =?UTF-8?q?dance=20de=20filtrage=20=C3=A0=20la=20main?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- global.R | 2 -- 1 file changed, 2 deletions(-) diff --git a/global.R b/global.R index f9d2c93..915c8d7 100644 --- a/global.R +++ b/global.R @@ -29,8 +29,6 @@ load("gitlab.RData") load("date_MAJ.RData") -email_table <- read_csv("annuaire/email_total.csv") - annuaire <- read_csv("annuaire/annuaire.csv") annuaire$Messagerie <- tolower(annuaire$Messagerie) annuaire <- annuaire %>% rename( mail = Messagerie) -- GitLab