R/TABLE_06.R

#' @title Population (15 years and above) by age group, sex, marital status and rural/urban
#' @name   TABLE_06
#' @docType data
#' @keywords datasets
#' @usage data(TABLE_06)
#' @description \code{TABLE_06} Population (15 years and above) by age group, sex, marital status and rural/urban
#' @format A \code{data.table} and  \code{data.frame}.
#' \describe{
#'   \item{\code{PROVINCE}}{PROVINCE}
#'   \item{\code{DISTRICT}}{DISTRICT}
#'   \item{\code{AGE_GROUP}}{AGE GROUP}
#'   \item{\code{MARITAL_STATUS}}{MARITAL STATUS}
#'   \item{\code{ALL_SEXES_OVERALL}}{ALL SEXES OVERALL}
#'   \item{\code{FEMALE_OVERALL}}{FEMALE OVERALL}
#'   \item{\code{MALE_OVERALL}}{MALE OVERALL}
#'   \item{\code{TGEND_OVERALL}}{TRANSGENDER OVERALL}
#'   \item{\code{ALL_SEXES_RURAL}}{ALL SEXES RURAL}
#'   \item{\code{FEMALE_RURAL}}{FEMALE RURAL}
#'   \item{\code{MALE_RURAL}}{MALE RURAL}
#'   \item{\code{TGEND_RURAL}}{TRANSGENDER RURAL}
#'   \item{\code{ALL_SEXES_URBAN}}{ALL_SEXES_URBAN}
#'   \item{\code{FEMALE_URBAN}}{FEMALE_URBAN}
#'   \item{\code{MALE_URBAN}}{MALE_URBAN}
#'   \item{\code{TGEND_URBAN}}{TGEND_URBAN}
#'        }
#'
#' @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_06)
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.