check_character {flashr}R Documentation

Checks if a character input is valid

Description

Checks if a character input is valid

Usage

check_character(name = NULL, value = NULL, allowed = NULL, nullok = FALSE)

Arguments

name

Argument name.

value

Argument value.

allowed

Allowed argument values.

nullok

Logical for whether NULL values are OK (TRUE) or not (FALSE).


[Package flashr version 0.3.0 Index]