[381c22]: / man / replaceDecimals.Rd

Download this file

26 lines (23 with data), 561 Bytes

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
% Generated by roxygen2: do not edit by hand
% Please edit documentation in R/internal-functions.R
\name{replaceDecimals}
\alias{replaceDecimals}
\title{Replace Decimals}
\usage{
replaceDecimals(x, from = ",", to = ".")
}
\arguments{
\item{x}{vector of characters}
\item{from}{decimal separator on input file}
\item{to}{decimal separator for output file}
}
\description{
Replaces decimals separators between comma and periods on a
character vector
}
\note{
This function was especially designed to be used with retormatSiggenes
}
\seealso{
reformatSiggenes
}