Diff of /man/replaceDecimals.Rd [000000] .. [28e211]

Switch to unified view

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