listOf | R Documentation |
Compares equality of all members of a list.
listOf(x, class, valid = TRUE)
x |
A |
class |
A |
valid |
A |
TRUE
is all elements of x
inherit from
class
.
Laurent Gatto
listOf(list(), "foo")
listOf(list("a", "b"), "character")
listOf(list("a", 1), "character")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.