getTypeStrings {ParamHelpers}R Documentation

Get parameter type-strings.

Description

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

Usage

getTypeStringsAll()

getTypeStringsNumeric(include.int = TRUE)

getTypeStringsNumericStrict()

getTypeStringsInteger()

getTypeStringsCharacter()

getTypeStringsDiscrete(include.logical = TRUE)

getTypeStringsLogical()

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].


[Package ParamHelpers version 1.12 Index]