data-raw/Construction_Moyens_realisations/Unite_de_fabrication/CMR_UF.R

## code to prepare `CMR_UF` dataset goes here
datamc <- readxl::read_excel(paste0(getwd(),"/data-raw/Construction_Moyens_realisations/Unite_de_fabrication/materiaux_construction.xlsx"))
datamc$`Année d'entrée en production`=as.numeric(datamc$`Année d'entrée en production`)

datamc$Arretee=as.Date(datamc$Arretee)


# usethis::use_data(datamc, overwrite = TRUE)
namrouche993/go5 documentation built on Jan. 28, 2022, 9:33 p.m.