powered by
Get the type of the lvec
lvec_type(x)
Returns an character vector of length 1 with one of the following values: "integer", "numeric", "logical" or "character".
"integer"
"numeric"
"logical"
"character"
the lvec to get the type from.
lvec