choose_export_path: Helper function for choosing the export path for the excel...

Description Usage Arguments Value Author(s)

View source: R/choose_export_path.R

Description

Helper function for choosing the export path for the excel files

Usage

1
choose_export_path(export_data_path = NULL, suppressNA = TRUE)

Arguments

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.

Value

a valid export path for the excel files.

Author(s)

Agapios Panos <panosagapios@gmail.com>


agapiospanos/DDI documentation built on March 11, 2021, 3:37 a.m.