Learn R Programming

icd9 (version 0.5)

icd9WarnStopMessage: warn or stop with message based on switch

Description

Note that the default action is "stop," not "warn" here. "ignore" and "silent" are synonymous.

Usage

icd9WarnStopMessage(..., invalidAction = c("stop", "warn", "silent",
  "ignore"))

Arguments

...
message components passed on to warning or stop
invalid