sum_be: Break-Even Calculator

Description Usage Arguments Value Examples

View source: R/R PACKAGE (DEFINITIVO).R

Description

The function print the result of the sum between Aggregate Revenues and Aggregate Expenses (i.e. "break-even requirement" under the UEFA Financial Fair Play Regulation 2019), computed for the 3-years monitoring period.

Usage

1
sum_be(df1, df2)

Arguments

df1

The dataframe we obtained from rel_vaRR(), including the column obtained by running the trnsfR() function.

df2

The dataframe we obtained from rel_vaRE(), including the column obtained by running the trnsfR() function.

Value

A numeric value, indicating the break-even value for the 3-years monitoring period under inspection.

Examples

1
be <- sum_be(RR,RE)

unimi-dse/8554ac27 documentation built on Feb. 20, 2020, 10:13 p.m.