Slight rewrite of ggplot2::label_both, to make sure that labels for events are ordered appropriately when doing facet_wrap.
label_vpc_tte(labels, multi_line = TRUE, sep = ": ")Data frame of labels. Usually contains only one element, but faceting over multiple factors entails multiple label variables.
Whether to display the labels of multiple factors on separate lines.
String separating variables and values.