R/forint.R

Defines functions forint

Documented in forint

#' This function prints forint formatted wrapping on dollar function.
#' @param x is the value you want to format.
#' @export
#' @importFrom scales dollar
forint <- function(x) {
  dollar(x, prefix = '', suffix = 'Ft')
}
ozkrleal/first-r-package documentation built on June 9, 2020, 11:27 p.m.