#' 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"
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.