View source: R/compare_div_income.R
Stack multiple years of income
1 2 3 4 5 6 7 | compare_div_income(
data,
date_field = "PayDate",
m = NULL,
y = NULL,
n_years = 1
)
|
data |
a |
date_field |
a character with the name of the column with the payment date |
m |
a date of the last day of income to be included (defaults to last day of the current month) |
y |
the last year to analyze (defaults to current year) |
n_years |
the number of years to plot |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.