View source: R/isScalarValue.R
isScalarValue | R Documentation |
More specific functions for scalars of a given type exist, too.
isScalarValue(x, na.ok = TRUE, null.ok = FALSE, type = "atomic") isScalarLogical(x, na.ok = TRUE, null.ok = FALSE) isScalarNumeric(x, na.ok = TRUE, null.ok = FALSE) isScalarInteger(x, na.ok = TRUE, null.ok = FALSE) isScalarComplex(x, na.ok = TRUE, null.ok = FALSE) isScalarCharacter(x, na.ok = TRUE, null.ok = FALSE) isScalarFactor(x, na.ok = TRUE, null.ok = FALSE)
x |
[any] |
na.ok |
[ |
null.ok |
[ |
type |
[ |
[logical(1)
].
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.