R/births.child_sex.R

#' Child Sex
#'
#' A factor field which represents the sex of the child.
#'
#' A two-level factor which indicates whether the child was designated male or female at birth.
#'
#' @section Data Quality Tests:
#'
#' This column is tested for the following quality assumptions prior to packaging:
#' \enumerate{
#'   \item no missing data in field
#' }
#'
#' @return a \code{\link{factor}} column
#' @seealso \code{\link{births}}
#' @family births-column
#' @name child_sex
NULL
Mikuana/vitalstatistics documentation built on May 7, 2019, 4:57 p.m.