View source: R/get_total_expenses.R
get_total_expenses | R Documentation |
Compute the total amount of expenses and convert as character
get_total_expenses( .data, prefix_money = "$", suffix_money = "", big_mark_money = "," )
.data |
Tibble. |
prefix_money |
Character. |
suffix_money |
Character. |
big_mark_money |
Character. |
Character.
data(data_expenses_example) data_expenses_example %>% get_total_expenses()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.