check_OK_selection | R Documentation |
check_OK_selection
was deprecated 2022-12-15 to replace it
with check_ok_selection with a standardised function name with lower case
letters for OK. Use check_ok_selection with the additional parameters
purpose =
and plan_aar =
.
check_OK_selection(
data,
purpose = deparse(substitute(data)),
plan_aar = as.numeric(format(Sys.Date(), "%Y")) + 1
)
data |
The table with data describing the selection for a OK programme. |
purpose |
String with descriptive text to be used in file name and heading of the report. Defaults to name of input data. |
plan_aar |
The year for which the selection is planned. Defaults to next year. |
The old help pages can be found at help("check_OK_selection-deprecated")
.
Information on deprecated function can be found at help("OKplan-deprecated")
.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.