R/comma2period.R

Defines functions comma2period

Documented in comma2period

#' @rdname gfcmSTAR-internal
#'
#' @export

## Ensure Advice_Export has . decimal separator

comma2period <- function(x)
{
  gsub(",([0-9])", ".\\1", x)
}
gfcm/gfcmSTAR documentation built on Feb. 5, 2022, 2:14 p.m.