fmt_inc: Make an income statement

Description Usage Arguments Examples

Description

This function takes the delivery data and makes an income statement. Optionally, an expense sheet can be included. The statement can be either quarterly or annual (10k or 10q).

Usage

1
fmt_inc(income_data, tenQ = FALSE)

Arguments

income_data

dataframe of income data generated by table trips

tenQ

should the table be quarterly or annual ? Default to annual

Examples

1
fmt_inc( mydeliveries.df, tenQ = TRUE)

SmarshMELLOW/ubeRpay documentation built on May 29, 2019, 2:33 p.m.