chk_variazione_risorse_programmi_coesione | R Documentation |
Verifica variazione risorse per programma. Confronta due dataframe risultanti da make_report_programmi_coesione().
chk_variazione_risorse_programmi_coesione(
programmi_new = NULL,
programmi_old = NULL,
path_to_new = NULL,
path_to_old = NULL,
export = FALSE
)
programmi_new |
Dataframe da make_report_programmi_coesione() |
programmi_old |
Dataframe da make_report_programmi_coesione() |
path_to_new |
Percorso a csv generato con make_report_programmi_coesione(). |
path_to_old |
Percorso a csv generato con make_report_programmi_coesione(). |
export |
vuoi salvare il file? |
Un dataframe per programma, ciclo e ambito.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.