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 Sept. 12, 2024, 7:32 a.m.

Related to toNumeric in jmvcore...