Learn R Programming

DIscBIO (version 1.2.2)

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

See Also

reformatSiggenes