Description Usage Details Author(s) See Also Examples
Générer un squelette de noyau de paramètres
1  | noyau_skeleton(nom = "p", zip = F)
 | 
Voir exemple
G. Pressiat
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25  | ## Not run: 
noyau_skeleton()
## résultat : 
## noyau_pmeasyr(
##   finess = '.........',
##   annee  = ....,
##   mois   = ..,
##   path   = ''
## ) -> p
noyau_skeleton("alpha_bravo", T)
## noyau_pmeasyr(
##   finess = '.........',
##   annee  = ....,
##   mois   = ..,
##   path   = ''
## ) -> alpha_bravo
## 
## # adezip(alpha_bravo, type = 'out')
## # adezip(alpha_bravo, type = 'in') 
## End(Not run)
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.