Description Usage Arguments Value Examples
Import Apart heures consommées
1 2 | import_apart_heuresconsommees(path, sheet, skip, date, effectif_concerne,
heures_consommees, montants)
|
path |
path to the file |
sheet |
name of the sheet |
skip |
number of lines to skip |
date |
variable date |
effectif_concerne |
variable effectif |
heures_consommees |
variable number of hours |
montants |
variable montants |
a tibble
1 2 3 4 5 6 7 8 9 10 11 | ## Not run:
import_apart_heuresconsommees(
path = "data-raw/activite_partielle/act_partielle_consommée.xlsx",
sheet = "INDEMNITE",
skip = 0,
date = "mois_concerne_par_le_paiement",
effectif_concerne = "effectifs_concernes_par_le_paiement",
heures_consommees = "heures_consommees",
montants = "montants_des_heures_consommees")
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.