powered by
Formats a numeric value as Brazilian Real (BRL) currency.
format_brl(x, prefix = TRUE, decimal_mark = ",", big_mark = ".")
A character vector with formatted currency values.
Numeric vector.
Logical; if TRUE (default), includes "R$" prefix.
Character to use as decimal separator.
Character to use as thousands separator.
format_brl(1234567.89) format_brl(c(1000, 2000, 3000))
Run the code above in your browser using DataLab