is.items | R Documentation |
Get the types of all items in a list
is.items(list, ..., FUN = is)
list |
A |
... |
|
FUN |
|
logical
A vector indicating if the list item is the specified
type.
list <- list(c(1,2,3), c('a','b','c'))
is.items(list, 'character')
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.