View source: R/extra-filegroup-args.R
do_extra_args_group | R Documentation |
This is based on the input in EXTRA
column from Access
registration database on filegroup. The arguments that are valid here can
be expanded whenever needed. See details section for valid arguments to be
used. All argument names are written in CamelCase
style.
NB! Use symbol |
to separate multiple arguments eg. DeleteOldBydel | AgeCat(5)
do_extra_args_group(dt = NULL, args = NULL)
dt |
Dataset |
args |
Extra arguments as specified in details section below. |
Currently, these arguments can be used:
DeleteOldBydel
: Delete bydel codes before 2003, except for Oslo
AgeCat()
: Categorise age to different groups with defined interval.
Skal hovedsakelig legges inn på teller-filer i orgdata, på filer som skal aldersstandardiseres.
KHfunctions vil selv tilpasse aldersgruppene i en eventuell nevnerfil. Example can be found in find_age_category()
.
Other extra arguments:
do_extra_args()
,
find_age_category()
,
get_extra_args()
,
get_extra_args_group()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.