Learn R Programming

icd9 (version 0.3)

icd9InvalidActions: invalid actions, default is first item

Description

Some functions accept invalidAction argument, but require non-default validation, but the vast majority will honor the default of 'ignore.' Ignore may lead to downstream errors, since bad data may arrive in internal functions, however, this is the fastest option. A typical use-case of this package would involve validation and cleaning steps (with validation), followed by repeated analysis (as fast as possible, with minimal validation).

Usage

icd9InvalidActions

Arguments

format

chr [1:4] "ignore" "silent" "warn" "stop"