Nothing
#' French Communes Table (2025)
#'
#' Data for French communes from the INSEE file "v_commune_2025.csv".
#'
#' @format A data frame with one row per commune and the following columns:
#' \describe{
#' \item{TYPECOM}{(chr) Type of commune (4 characters)}
#' \item{COM}{(chr) Commune code (5 characters)}
#' \item{REG}{(int) Region code (2 characters)}
#' \item{DEP}{(chr) Department code (3 characters)}
#' \item{CTCD}{(chr) Code of the territorial collectivity with departmental powers (4 characters)}
#' \item{ARR}{(chr) District (arrondissement) code (4 characters)}
#' \item{TNCC_COM}{(int) Name type indicator (1 character)}
#' \item{NCC_COM}{(chr) Official name in uppercase (200 characters)}
#' \item{NCCENR_COM}{(chr) Official name with proper typography (200 characters)}
#' \item{LIBELLE_COM}{(chr) Official name with article and proper typography (200 characters)}
#' \item{CAN}{(chr) Canton code (5 characters). For “multi-canton” communes, code ranges from 99 to 90 (pseudo-canton) or 89 to 80 (new communes)}
#' \item{COMPARENT}{(int) Parent commune code for municipal districts and associated or delegated communes (5 characters)}
#' }
#'
#' @source \url{https://www.insee.fr/fr/statistiques/fichier/8377162/cog_ensemble_2025_csv.zip}
"com_2025"
#' French Departments Table (2025)
#'
#' Data for French departments from the INSEE file "Départements".
#'
#' @format A data frame with one row per department and the following columns:
#' \describe{
#' \item{DEP}{(chr) Department code (3 characters)}
#' \item{REG}{(int) Region code (2 characters)}
#' \item{CHEFLIEU_DEP}{(chr) Commune code of the departmental capital (5 characters)}
#' \item{TNCC_DEP}{(int) Name type indicator (1 character)}
#' \item{NCC_DEP}{(chr) Official name in uppercase (200 characters)}
#' \item{NCCENR_DEP}{(chr) Official name with proper typography (200 characters)}
#' \item{LIBELLE_DEP}{(chr) Official name with article and proper typography (200 characters)}
#' }
#'
#' @source \url{https://www.insee.fr/fr/statistiques/fichier/8377162/cog_ensemble_2025_csv.zip}
"dep_2025"
#' French Regions Table (2025)
#'
#' Data for French regions from the INSEE file "Régions".
#'
#' @format A data frame with one row per region and the following columns:
#' \describe{
#' \item{REG}{(int) Region code (2 characters)}
#' \item{CHEFLIEU_REG}{(chr) Commune code of the regional capital (5 characters)}
#' \item{TNCC_REG}{(int) Name type indicator (1 character)}
#' \item{NCC_REG}{(chr) Official name in uppercase (200 characters)}
#' \item{NCCENR_REG}{(chr) Official name with proper typography (200 characters)}
#' \item{LIBELLE_REG}{(chr) Official name with article and proper typography (200 characters)}
#' }
#'
#' @source \url{https://www.insee.fr/fr/statistiques/fichier/8377162/cog_ensemble_2025_csv.zip}
"reg_2025"
Any scripts or data that you put into this service are public.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.