replaceDecimals: Replace Decimals
Description
Replaces decimals separators between comma and periods on a
character vector
Usage
replaceDecimals(x, from = ",", to = ".")
Arguments
- x
vector of characters
- from
decimal separator on input file
- to
decimal separator for output file