Learn R Programming

ParamHelpers (version 1.8)

getTypeStrings: Get parameter type-strings.

Description

Returns type strings used in param$type for certain groups of parameters.

Usage

getTypeStringsNumeric(include.int = TRUE)
getTypeStringsNumericStrict()
getTypeStringsInteger()
getTypeStringsDiscrete(include.logical = TRUE)

Arguments

include.int
[logical(1)] Are integers also considered to be numeric? Default is TRUE.
include.logical
[logical(1)] Are logicals also considered to be discrete? Default is TRUE.

Value

[character].