ebit_tex: Make a latex table of the income statement

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
ebit_tex(ebit, year = NA)

Arguments

ebit

EBIT table generated by uber_ebit()

year

Default to current year

Examples

1
ebit_tex( my10q, year = 2015)

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