get_total_expenses: Compute the total amount of expenses and convert as character

View source: R/get_total_expenses.R

get_total_expensesR Documentation

Compute the total amount of expenses and convert as character

Description

Compute the total amount of expenses and convert as character

Usage

get_total_expenses(
  .data,
  prefix_money = "$",
  suffix_money = "",
  big_mark_money = ","
)

Arguments

.data

Tibble.

prefix_money

Character.

suffix_money

Character.

big_mark_money

Character.

Value

Character.

Examples

data(data_expenses_example)
data_expenses_example %>% 
  get_total_expenses()

ThinkR-open/wedding documentation built on April 4, 2022, 5:11 a.m.