We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2cc3595 commit 624bbd7Copy full SHA for 624bbd7
R/tm_p_swimlane.R
@@ -239,7 +239,6 @@ srv_p_swimlane <- function(id,
239
dplyr::mutate(
240
!!as.name(color_var) := factor(!!as.name(color_var), levels = names(colors)),
241
) %>%
242
- dplyr::group_by(!!as.name(subject_var), !!as.name(time_var)) %>%
243
244
tooltip = {
245
default_tip <- paste(
0 commit comments