R/vis-expect.R
expect_guide_label.Rdmiss_guide_label is an internal function to label the legend of vis_miss.
expect_guide_label(x)
| x | is a dataframe passed from |
|---|
a tibble with two columns p_miss_lab and p_pres_lab,
containing the labels to use for present and missing. A dataframe is
returned because I think it is a good style habit compared to a list.