to_complete_cases | R Documentation |
Forces 'complete_cases = TRUE' at 'impute_na = FALSE'
to_complete_cases(complete_cases = FALSE, impute_na = FALSE)
complete_cases |
Logical; if TRUE, only cases that are complete with no missing values will be used. The default is FALSE. |
impute_na |
Logical; if TRUE, data with the imputation of missing values will be used. The default is FALSE. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.