Learn R Programming

blima (version 1.6.0)

doAction: Internal function

Description

Performs action of certain type

Usage

doAction(message, action = c("returnText", "warn", "error"))

Arguments

message
Text message.
action
What type of action is required in case of invalid object structure. Either return text different from TRUE, warn or error.