as.numeric2 {genpwr}R Documentation

Function to convert to numeric with scientific notation containing the "." character

Description

convert to numeric with scientific notation containing the "." character

Usage

as.numeric2(char)

Arguments

char

string to be converted to numeric

Value

a number

Examples

as.numeric2("2e.2")


[Package genpwr version 1.0.4 Index]