is_check | R Documentation |
Check type of object
is_check(x, fn)
x |
Object to check |
fn |
Function to check against, any |
Logical
EDG
## Not run:
is_check("papaya", is.character) # TRUE
is_check(c(1, 2.5, 3.2), is.integer) # FALSE
is_check(iris, is.list) # TRUE
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.