is_error | R Documentation |
Convenient predicate functions
is_error(x)
is_try_error(x)
is_scalar(x)
is_POSIXct(x)
is_scalar_POSIXct(x)
is_POSIXlt(x)
is_scalar_POSIXlt(x)
is_POSIXt(x)
is_scalar_POSIXt(x)
is_Date(x)
is_scalar_Date(x)
is_scalar_list(x)
is_scalar_atomic(x)
is_scalar_logical(x)
is_scalar_integer(x)
is_scalar_factor(x)
is_scalar_list(x)
is_scalar_numeric(x)
is_scalar_character(x)
is_vector(x)
is_bool(x)
is_scalar_integerish(x)
is_n(x)
is_n0(x)
is_not_distinct_from(x, y)
is_distinct_from(x, y)
is_windows_path(x)
is_dir(x)
is_empty_dir(x)
x |
Any R Object. |
either TRUE
or FALSE
https://modern-sql.com/feature/is-distinct-from
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.