find_years_constant_withdrawals: Find the number of years possible with constant withdrawals

Description Usage Arguments Examples

View source: R/required_minimum_distributions.R

Description

Finds the number of years of constant withdrawals from a growing account before the account reaches 0.

Usage

1
2
3
4
5
find_years_constant_withdrawals(
  withdrawal_amount,
  account_balance = 1,
  growth_rate = 1.03
)

Arguments

withdrawal_amount

Annual withdrawal amount

account_balance

Starting account balance

growth_rate

Annual growth rate

Examples

1

eanway/finance documentation built on Feb. 28, 2021, 4:56 p.m.