Description Usage Arguments Value Author(s)
View source: R/STOPPselected.R
Evaluates the imported patients' data for the selected STOPP criteria at once.
1 2 3 |
selected |
(Character vector) the selected criteria to export given in the form of c("A1", "E2") |
exclude |
(Character) (optional) (default: NULL) a vector of criteria that you want to exclude. Example: c("C6", "D2"). |
path |
(Character) the path that the excel file can be read from. |
excel_out |
(Boolean) (optional) (default: TRUE) output excel file with the evaluated data. |
single_excel |
(Boolean) (optional) (default: TRUE) if true outputs only 1 excel file with multiple columns instead of multiple files (one for each criterion) |
export_data_path |
(Character) (optional) (default: NULL (a popup message to choose dir will be displayed)) the path for excel file output. |
suppressNA |
(Boolean) (optional) (default: TRUE) set this to FALSE if you want to know for which patients have NAs and for which variable. By default all NAs will be ignored so that the algorithm can distinguish between patients who meet the criterion and those who do not. |
returnData |
(Boolean) (optional) (default: FALSE) set this to TRUE if you want to have data returned in a data frame format. |
NULL or data.frame. Returns the evaluated data for each criterion if you set the returnData argument to TRUE. By default it does not return anything.
Agapios Panos <panosagapios@gmail.com>
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.