#' 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')
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.