Description Usage Arguments Value Examples
Compute sample apart
1 | compute_sample_apart(db, .date, n_months = 12)
|
db |
name of the database |
.date |
initial date |
n_months |
number of months to consider |
a table in the database
1 2 3 4 5 6 7 8 | ## Not run:
compute_sample_apart(
db = database_signauxfaibles,
initial_date = "2013-01-01",
n_months = 12
)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.