Description Usage Arguments Value Examples
Import de la table d'activité partielle augmentée
1 2 3 | import_table_activite_partielle(path, hta = "hta_heures_totales_autorisees",
mta = "mta_montant_total_autorise",
effectif_autorise = "eff_auto_effectif_autorise_a_chomer")
|
path |
path |
hta |
heures totales autorisees |
mta |
montant total autorise |
effectif_autorise |
effectif autorise |
a tibble
1 2 3 4 5 6 7 8 9 | ## Not run:
import_table_activite_partielle(
path = "data-raw/activite_partielle/act_partielle_ddes_2012_juin2017.xlsx",
hta = "hta",
mta = "mta",
effectif_autorise = "eff_auto"
)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.