lvec_type: Get the type of the lvec

View source: R/lvec.R

lvec_typeR Documentation

Get the type of the lvec

Description

Get the type of the lvec

Usage

lvec_type(x)

Arguments

x

the lvec to get the type from.

Value

Returns an character vector of length 1 with one of the following values: "integer", "numeric", "logical" or "character".


lvec documentation built on Nov. 10, 2022, 6:18 p.m.

Related to lvec_type in lvec...