R/TABLE_25.R

#' @title Housing characteristics by residential status, ownership and number of rooms by region
#' @name   TABLE_25
#' @docType data
#' @keywords datasets
#' @usage data(TABLE_25)
#' @description \code{TABLE_25} Housing characteristics by residential status, ownership and number of rooms 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{RES_ST_OWNED}}{RESIDENTAL STATUS OWNED}
#'   \item{\code{RES_ST_RENTED}}{RESIDENTAL STATUS RENTED}
#'   \item{\code{RES_ST_RENT_FREE}}{RESIDENTAL STATUS RENT FREE}
#'   \item{\code{RES_ST_GOVT}}{RESIDENTAL STATUS GOVT}
#'   \item{\code{RES_ST_NON_GOVT}}{RESIDENTAL STATUS NON GOVT}
#'   \item{\code{RES_ST_OTHER}}{RESIDENTAL STATUS OTHER}
#'   \item{\code{OWNER_GENDER_MALE}}{OWNER GENDER MALE}
#'   \item{\code{OWNER_GENDER_FEMALE}}{OWNER GENDER FEMALE}
#'   \item{\code{NO_ROOMS_ONE}}{ONE ROOM}
#'   \item{\code{NO_ROOMS_TWO}}{TWO ROOMS}
#'   \item{\code{NO_ROOMS_THREE}}{THREE ROOMS}
#'   \item{\code{NO_ROOMS_GRTREQ_FOUR}}{FOUR PLUS ROOMS}
#'        }
#'
#' @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_25)
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.