nc {PVplr}R 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)


[Package PVplr version 0.1.2 Index]