powered by
Print function for "money" objects, e.g. fin_interest().
fin_interest()
bucks( x, symbol = "$", big.mark = ",", decimal.mark = ".", trim = TRUE, largest_with_cents = 1e+05, negative_parens = c("hyphen", "minus", "parens"), ... )
invisible
money object.
Default prefix if not set.
option defaulting to ","
option defaulting to "."
option defaulting to TRUE
option defaulting to 1e+05
option defaulting to "hyphen"
further arguments passed to or from other methods. also cat =F to return string
fin_percent(), fin_interest(), scales::dollar()
fin_percent()
scales::dollar()
bucks(100 * 1.05^32) fin_interest(deposits = 20e3, interest = 0.07, yrs = 20)
Run the code above in your browser using DataLab