View source: R/plot_missing_data_detailed.R
Plot the missing data, for specified test batteries and patients
1 2 3 4 5 6 | plot_missing_data_detailed(
missing_data_percentages,
id_var,
this_patient,
this_visit
)
|
missing_data_percentages |
The tibble generated by calculate_missing_data. |
id_var |
A quosure representing the column that contains the patient label. |
this_patient |
The string representing the patient of interest (in the column defined by id_var) |
this_visit |
The string representing the visit of interest |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.