toNumeric: Converts a vector of values to numeric

View source: R/utils.R

toNumericR Documentation

Converts a vector of values to numeric

Description

Similar to as.numeric, however if the object has a values attribute attached, these are used as the numeric values

Usage

toNumeric(object)

Arguments

object

the vector to convert


jmvcore documentation built on Aug. 15, 2023, 9:07 a.m.

Related to toNumeric in jmvcore...