R/utils_general.R
format_round_dollar.Rd
Format a numeric as rounded dollars
format_round_dollar(value)
numeric
character
format_round_dollar(1234.56) # Returns "$1,235" #> [1] "$1,235"