# \donttest{
# Import du niveau ménage d'un RGPH
menages <- import_cspro(
fichier_dat = "data/rgph_2024.dat",
fichier_dcf = "data/rgph_2024.dcf",
niveau = "MENAGE"
)
# Test sur les 1000 premières lignes
test <- import_cspro("data/rgph_2024.dat", max_lignes = 1000)
# }
Run the code above in your browser using DataLab