R/nhs_brief.R

Defines functions nhs_brief

Documented in nhs_brief

#' brief version of nhs_colnames()
#'
#' @param ... pass to nhs_colnames()
#' @export
#'
nhs_brief <- function(...){
    nhs_colnames(...,brief = TRUE)
}
yikeshu0611/nhanesR documentation built on Jan. 29, 2022, 6:08 a.m.