.infer | R Documentation |
Each element has an R data type (i.e. class). If more than one element are present in one list element, it is marked as list
.inferDataType(values) .inferIsList(values)
values |
vector or list of R data values |
.inferDataType
infers the data type of the elements in the vector or list.
.inferIsList
infers for each element if it is a list. For a vector, the return therefore is FALSE
for each element!
character vector of data types or logical vector of list status
.inferIsList
: Infer, if the values are lists
Internal function only for convenience
NULL
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.