R/V1_T2.7.R

#' Volume I: Table 2.7
#'
#' Distribution of Population, Land Area and Population Density by County and SubCounty
#' @docType data
#'
#' @usage data(V1_T2.7)
#'
#' @format A data frame with 6 variables:
#' \describe{
#' \item{\code{County}}{County}
#' \item{\code{SubCounty}}{Sub County}
#' \item{\code{AdminArea}}{Shows whether the area is a County or SubCounty}
#' \item{\code{Population}}{Population Size}
#' \item{\code{LandArea(in Sq. Km)}}{Land Area in Sq. Km}
#' \item{\code{Population Density(No. per Sq. Km)}}{Population Density (No. per Sq. Km)}
#'}
#' @keywords datasets
#'
"V1_T2.7"
Shelmith-Kariuki/rKenyaCensus2019 documentation built on June 30, 2020, 7:29 p.m.