Skip to content

Commit

Permalink
remet BPE_ENS
Browse files Browse the repository at this point in the history
  • Loading branch information
pierre-lamarche committed Dec 17, 2024
1 parent 09219d2 commit 376e8ac
Show file tree
Hide file tree
Showing 4 changed files with 33 additions and 1 deletion.
2 changes: 1 addition & 1 deletion R/consulter.R
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
#' @export
#'
#' @examples
#' consulter(donnees = "BPE_ENS_XY")
#' consulter(donnees = "BPE_ENS")
#' consulter("RP_LOGEMENT", date = "2016")
#' # Pour seulement obtenir l'URL de la page
#' consulter("RP_LOGEMENT", date = "2016", url_only = TRUE)
Expand Down
Binary file modified R/sysdata.rda
Binary file not shown.
32 changes: 32 additions & 0 deletions data-raw/liste_donnees.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,38 @@
"REG": "Code géographique de la région"
}
},
{
"nom": "BPE_ENS",
"libelle": "Base Permanente des Équipements – Ensemble",
"date_ref": "2023-01-01",
"collection": "BPE",
"lien": "https://www.insee.fr/fr/statistiques/fichier/8217527/DS_BPE_CSV_FR.zip",
"type": "csv",
"zip": true,
"big_zip": false,
"fichier_donnees": "DS_BPE_data.csv",
"fichier_meta": "DS_BPE_metadata.csv",
"separateur": ";",
"api_rest": false,
"md5": "a92e159ee1e45a45798502b78fbb0a10",
"size": 8402012,
"type_col": {
"AAV2020": "character",
"AN": "integer",
"BV2012": "character",
"DEP": "character",
"DEPCOM" : "character",
"DOM": "character",
"EPCI": "character",
"DCIRIS": "character",
"QUALI_IRIS": "character",
"REG": "character",
"SDOM": "character",
"TYPEQU": "character",
"UU2020": "character",
"NB_EQUIP": "integer"
}
},
{
"nom": "BPE_ENS_XY",
"libelle": "Base Permanente des Équipements – Géolocalisé",
Expand Down
Binary file modified data/liste_donnees.rda
Binary file not shown.

0 comments on commit 376e8ac

Please sign in to comment.