Description Usage Arguments Value Examples
Get the types of all items in a list
1 |
list |
A ['list'] to get the types from |
... |
['pairlist'] Additional arguments to FUN |
FUN |
['function'] or ['character'] Either a function, or the name of a function which returns a single logical value. The default function uses 'is', specify the desired type in '...'. You can also use other type checking functions such as is.character, is.numeric, or is.data.frame. |
['logical'] A vector indicating if the list item is the specified type.
1 2 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.