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