replaceDecimals: Replace Decimals

View source: R/internal-functions.R

replaceDecimalsR Documentation

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

Note

This function was especially designed to be used with retormatSiggenes

See Also

reformatSiggenes


DIscBIO documentation built on Nov. 6, 2023, 5:08 p.m.