powered by
A function which aids the construction for users to create their own split function for combined columns.
make_combo_splitfun(nm, label = nm, levels = NULL, rm_other_facets = TRUE)
Function usable directly as a split function.
(character) Name/virtual 'value' for the new facet.
character
(character) Label for the new facet.
(character or NULL) The levels to combine into the new facet, or NULL, indicating the facet should include all incoming data.
(logical) Should facets other than the newly created one be removed. Defaults to TRUE.
logical
TRUE
aesevall_spf <- make_combo_splitfun(nm = "AESEV_ALL", label = "Any AE", levels = NULL)
Run the code above in your browser using DataLab