R/data.R

#' Municipalities names in the Netherlands
#'
#' A matrix containing the municipalities of
#' the Netherlands sorted in alfabetical order for referencial
#' use when clipping the Fietstelweek dataset.
#'
#' @name municipalities
#' @format A matrix with 5 columns and 76 rows containing the names of the
#'         Dutch municipalities in alphabetical order.
#' @source \url{http://www.imergis.nl/asp/47.asp}
#'
"municipalities"

#' Provinces names in the Netherlands
#'
#' A matrix containing the provinces of
#' the Netherlands sorted in alfabetical order for referencial
#' use when clipping the Fietstelweek dataset.
#'
#' @name provinces
#' @format A matrix with 1 columns and 12 rows containing the names of the
#'         Dutch provinces in alphabetical order.
#' @source \url{http://www.imergis.nl/asp/47.asp}
#'
"provinces"
loreabad6/ftw documentation built on March 10, 2021, 1:19 p.m.