dot-infer: Infer the data type from values and check if the value...

.inferR Documentation

Infer the data type from values and check if the value elements are a list

Description

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

Usage

.inferDataType(values)

.inferIsList(values)

Arguments

values

vector or list of R data values

Details

.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!

Value

character vector of data types or logical vector of list status

Functions

  • .inferIsList: Infer, if the values are lists

Note

Internal function only for convenience

Examples

NULL

frankkramer-lab/RCX documentation built on Feb. 4, 2023, 5:12 p.m.