doAction {blima} | R Documentation |
Performs action of certain type
doAction(message, action = c("returnText", "warn", "error"))
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. |
Vojtěch Kulvait