convertShowMissing: A function for converting a show_missing variable.

View source: R/convertShowMissing.R

convertShowMissingR Documentation

A function for converting a show_missing variable.

Description

The variable is supposed to be directly compatible with table(..., useNA = show_missing). It throws an error if not compatible. It is mostly useful for custom describe functions.

Usage

convertShowMissing(show_missing)

Arguments

show_missing

Boolean or "no", "ifany", "always"

Details

Deprecated: This function will be deprecated as all functions now use the useNA style in order to comply with standard R naming.

Value

string


Gmisc documentation built on Aug. 26, 2023, 1:07 a.m.