withdraw: Create Withdraw Helper function

Description Usage Arguments Value Examples

View source: R/Activity.R

Description

Function to create a withdraw activity type

Usage

1
withdraw(date, amount, desc = "")

Arguments

date

date of deposit. Date type

amount

amount of deposit. numeric type

desc

optional description of deposit. string type

Value

valid activity object

Examples

1
withdraw(Sys.Date(), 100, "monthly withdraw")

chrishaarstick/madstork documentation built on Jan. 3, 2022, 8:34 p.m.