nc: function to convert to character then numeric

View source: R/helper_fun.R

ncR Documentation

function to convert to character then numeric

Description

The function is a shorthand for converting factors to numeric

Usage

nc(x)

Arguments

x

any factor to convert to numeric

Value

Returns supplied parameter as numeric

Examples

num <- nc(test_df$power)


PVplr documentation built on Feb. 16, 2023, 9:56 p.m.