Description Usage Arguments Value Examples
Urssaf store dates in a very specific format. This can be years + 62 for annual values, years + quarter + 0 for quarterly values years + quarter + number of the month in the quarter for monthly values.
1 | convert_urssaf_periods_(.data, .variable, format = "yyqm")
|
.data |
a table with a period |
.variable |
the name of the variable with urssaf periods |
format |
can bee yyqm or yyyyqm |
an new table with two more columns : periodicity and period
1 2 3 4 | ## Not run:
convert_urssaf_periods_(.variable = ~ yyyyqm, format = "yyyyqm")
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.