ifelsethen: The extension to ifelse to accommodate error situation

View source: R/grade.R

ifelsethenR Documentation

The extension to ifelse to accommodate error situation

Description

The extension to ifelse to accommodate error situation

Usage

ifelsethen(cond, v1, v2, errorMsg)

Arguments

cond

A logical

v1

value to return when T

v2

value to return when F

errorMsg

message to print and return when error

Examples

none

tpemartin/rmdgrader documentation built on Nov. 22, 2022, 6:39 p.m.