Get the types of all items in a list
is.items.RdGet the types of all items in a list
Arguments
- list
A
listto get the types from- ...
pairlistAdditional arguments to FUN- FUN
functionorcharacterEither a function, or the name of a function which returns a single logical value. The default function usesis, specify the desired type in.... You can also use other type checking functions such as is.character, is.numeric, or is.data.frame.