Description Usage Arguments Value Examples
Cette fonction permet de créer une table avec les effectifs d'un établissement à une date donnée.
1 | compute_sample_effectif(db, .date, .periode)
|
db |
the name of the database |
.date |
a date in the form "yyyy-mm-dd" |
a table in the database
1 2 3 4 5 6 | ## Not run:
compute_sample_effectif(
db = database_signauxfaibles,
.date = "2013-01-01")
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.