R/TABLE_24.R

#' @title Housing characteristics by housing structure, type of toilet and washroom by region
#' @name   TABLE_24
#' @docType data
#' @keywords datasets
#' @usage data(TABLE_24)
#' @description \code{TABLE_24} Housing characteristics by housing structure, type of toilet and washroom by region
#' @format A \code{data.table} and  \code{data.frame}.
#' \describe{
#'   \item{\code{PROVINCE}}{PROVINCE}
#'   \item{\code{DIVISION}}{DIVISION}
#'   \item{\code{DISTRICT}}{DISTRICT}
#'   \item{\code{TEHSIL}}{TEHSIL}
#'   \item{\code{ADMIN_UNIT}}{ADMIN UNIT}
#'   \item{\code{REGION}}{REGION}
#'   \item{\code{HOUSEHOLDS}}{HOUSEHOLDS}
#'   \item{\code{TOILET_SEPARATE}}{TOILET SEPARATE}
#'   \item{\code{TOILET_FLUSH}}{TOILET FLUSH}
#'   \item{\code{TOILET_NON_FLUSH}}{TOILET NON FLUSH}
#'   \item{\code{TOILET_NONE}}{TOILET NONE}
#'   \item{\code{WASHROOM_SEPARATE}}{WASHROOM SEPARATE}
#'   \item{\code{WASHROOM_NONE}}{WASHROOM NONE}
#'        }
#'
#' @author Muhammad Yaseen (\email{myaseen208@@gmail.com})
#'
#' @references \enumerate{
#' \item Pakistan Population Census 2023 (\url{https://www.pbs.gov.pk/}).
#'  }
#' 
#' @seealso
#'    \code{\link{PakPC2023PakDiv}}
#'  , \code{\link{PakPC2023PakDist}}
#'
#' @import DT htmltools
#' 
#' @examples
#' data(TABLE_24)
NULL

Try the PakPC2023 package in your browser

Any scripts or data that you put into this service are public.

PakPC2023 documentation built on Nov. 2, 2024, 1:07 a.m.