Formats a numeric value as Brazilian Real (BRL) currency.
Examples
format_brl(1234567.89)
#> [1] "R$ 1.234.567,89"
format_brl(c(1000, 2000, 3000))
#> [1] "R$ 1.000,00" "R$ 2.000,00" "R$ 3.000,00"
Formats a numeric value as Brazilian Real (BRL) currency.
format_brl(1234567.89)
#> [1] "R$ 1.234.567,89"
format_brl(c(1000, 2000, 3000))
#> [1] "R$ 1.000,00" "R$ 2.000,00" "R$ 3.000,00"