hsStringToDouble: Convert String to Double

View source: R/convert.R

hsStringToDoubleR Documentation

Convert String to Double

Description

Convert string to double considering given decimal sign in input string

Usage

hsStringToDouble(strDbl, dec = ".")

Arguments

strDbl

character string representing a double value

dec

decimal character (default: ".")

Value

double representation of input string strDbl


KWB-R/kwb.utils documentation built on April 1, 2024, 7:12 a.m.