Learn R Programming

Gmisc (version 3.0.3)

convertShowMissing: 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)

Value

string

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.