uber_ebit: Make an income statement upto EBIT for Uber income and...

Description Usage Arguments Examples

Description

This function takes a dataframe of uber income data and user generated expsenses and combines them to make an income statement up to EBIT. The statement can be either quarterly or annual (10k or 10q).

Usage

1
uber_ebit(income_data, expense_data, tenQ = FALSE, tex = FALSE)

Arguments

income_data

dataframe of income generated by fmt_inc()

expense_data

dataframe of expenses generated by fmt_exp()

tenQ

should the table be quarterly or annual ? Default to annual

tex

if TRUE, prints a latex formatted table as well.

Examples

1
uber_ebit( myinc.df, myexp.df, tenQ = TRUE, tex = FALSE)

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