cash.flow: The cash.flow function

Description Usage Arguments Value

View source: R/LeaseFunctions.R

Description

This function calculates cash flow metrics over a period of time given growth projections, average lease data, and historical lease data.

Usage

1
2
3
4
cash.flow(hist.leases = test.collect.past,
  average.lease = test.average.lease,
  lease.growth = test.projections.by.day,
  assumptions = default.constants.list, emp.sheet = default.employees)

Arguments

hist.leases,

data frame with information of historical leases

average.lease,

data on cash metrics of the average lease

lease.growth,

growth projections for future leases

assumptions,

a list of constant values

emp.sheet,

information about employees

Value

a data frame with aggregate cash flow metrics over a period of time


ksyan/CreddaLeases documentation built on May 20, 2019, 7:04 p.m.