#' Formatter function for Hungarian Forint
#' @param x number
#' @return string
#' @export
#' @importFrom scales dollar
forint <- function(x){
dollar(x, prefix = "", suffix = " HUF")
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.