Description Usage Arguments Details Author(s)
View source: R/internal_kisym.R
kisym
is an internally-used function that allows us to
prefix a key indicator symbol name with 'TC' or 'PC' (for
patient-centred or team-centred).
1 | kisym(cohort_type, symbol_name)
|
cohort_type |
the prefix - should be 'TC' or 'PC' |
symbol_name |
the name of the symbol that we are going to use, eg. MySym would produce a symbol name of TCMySym or PCMySym respectively. |
Although it is internal, we have elected not to prefix the variable name with internal_ because it is used in situations where having readable code is important, so the name reads similarly to 'sym' for that reason.
Andrew Hill, andrew.hill@doctors.org.uk
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.