#------------------------------ This file documents el df capitales_prov
#-- Simplemente tiene las 52 capitales de provincia
#-
#' Capitales de las 52 "Provincias" de Spain
#'
#' df con los 52 municipios Spain que son capitales de provincia (+ Ceuta y Melilla)
#'
#' @source \url{http://www.ign.es/web/ign/portal/rcc-nomenclator-nacional}
#'
#' @format A data frame with 52 rows y 4 variables:
#' \itemize{
#' \item INECodMuni: Código municipio más usado (5 digitos)
#' \item NOMBRE_ACTUAL: Nombre del municipio
#' \item COD_PROV: Código de la provincia.
#' \item PROVINCIA: Nombre de la provincia.
#' }
#'
#' @examples
#' \dontrun{
#' df <- capitales_prov
#' }
#'
"capitales_prov"
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.