#' French départements
#'
#' @name departements
#' @details This dataset contains data about the French départements. The colmun names
#' are self-documenting.
#' @docType data
#' @keywords departements
#' @usage data(departements)
#' @format data frame
NULL
#' French régions
#' @name regions
#' @details This dataset contains the numerical codes for the French
#' administrative regions.
#' @keywords regions
#' @usage data(regions)
#' @format data frame
NULL
#' @importFrom stats aggregate filter
#' @importFrom utils URLdecode read.csv2
NULL
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.