Description Usage Arguments Value Examples
View source: R/R PACKAGE (DEFINITIVO).R
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.
1 | sum_be(df1, df2)
|
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. |
A numeric value, indicating the break-even value for the 3-years monitoring period under inspection.
1 | be <- sum_be(RR,RE)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.