Learn R Programming

lvec (version 0.2.5)

lvec_type: Get the type of the lvec

Description

Get the type of the lvec

Usage

lvec_type(x)

Value

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

Arguments

x

the lvec to get the type from.