Returns type strings used in param$type
for certain groups of parameters.
getTypeStringsAll()getTypeStringsNumeric(include.int = TRUE)
getTypeStringsNumericStrict()
getTypeStringsInteger()
getTypeStringsCharacter()
getTypeStringsDiscrete(include.logical = TRUE)
getTypeStringsLogical()
[logical(1)
]
Are integers also considered to be numeric?
Default is TRUE
.
[logical(1)
]
Are logicals also considered to be discrete?
Default is TRUE
.
[character
].