add_diagnoses {banffIT} | R Documentation |
This function takes a dataset and returns a diagnosis for each
observation. For the function to run, the dataset must not contain any errors
that banff_launcher()
would have detected. Please prefer using
banff_launcher()
to run additional tests.
add_diagnoses(banff_dataset)
banff_dataset |
A tibble object. |
A tibble object that contains additional variables with the diagnoses results.
{
banff_dataset <- get_banff_template()
add_diagnoses(banff_dataset)
}