incomeStatement: The incomeStatement function

Description Usage Arguments Value

View source: R/LeaseFunctions.R

Description

This function formats results into an income statement sheet, optionally saving it to a file

Usage

1
incomeStatement(file = NULL, mthdata = test.incomeSummary)

Arguments

file,

the name of the file the sheet will be saved as. If null the file won't be esaved and the workbook will be returned.

mthdata,

cash flow information by year, from the mthSummary function

yrdata,

cash flow information by year, from the yrSummary function

avg.data,

data representing an average lease, from the calc.average function

assumptions,

constants represented in the original data frame form

d.assumptions,

constants related to interest and leverage in original data frame form

emp.data,

data on employees

growth.data,

growth.rates data

d.rate,

default rate expressed as length 1000 vector with numbers between 0 and 1

Value

a data frame with debt metrics added on to cash flow metrics


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