formatGermanNumber: formatGermanNumber

Description Usage Arguments Value Examples

View source: R/wagnertimoR.R

Description

This function formats a 'german' style number into a classical (scientific) format with only a point as decimal delimiter.

Usage

1

Arguments

x

- a 'german' number in the format like e.g. 123.456.789,09

Value

the converted input number with only a point as decimal delimiter. E.g. 123546789.09

Examples

1
singlePointNumber <- formatGermanNumber("123.456.789,09")

wagnertimo/wagnertimoR documentation built on May 3, 2019, 7:37 p.m.