Pour importer des données, il faut convertir le fichier Excel au format CSV et enregistrer le fichier CSV dans le répertoire raw-data
library(PanoramaSI) library(dplyr) table_panorama <- import_table(path = "../raw-data/export.xlsx")
duree_moyenne(table = table_panorama)
euros(table = table_panorama)
interministeriel(table = table_panorama)
n_projects(table = table_panorama)
plot_tranchebudget(table = table_panorama)
plot_phase(table = table_panorama)
plot_budget(table = table_panorama)
plot_zone(table = table_panorama)
make_html_table(table = table_panorama)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.