View source: R/utils_checkValue.R
is_1 | R Documentation |
Is this object the expected data type, and length one?
is_1(x, dtype = c("numeric", "logical", "character"))
x |
The value to check |
dtype |
The data type. Default: |
TRUE
if x
is dtype
and length one.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.