| predicate-data | R Documentation |
has_missing() and has_infinite() check if an object contains missing
or infinite values.
has_duplicates() checks if an object has duplicated elements.
has_missing(x)
has_infinite(x)
has_duplicates(x)
is_unique(x, tolerance = sqrt(.Machine$double.eps), na.rm = FALSE)
x |
A |
tolerance |
A |
na.rm |
A |
A logical scalar.
Other predicates:
is_scalar,
predicate-attributes,
predicate-matrix,
predicate-names,
predicate-numeric,
predicate-trend,
predicate-type
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.