Skip to content

Commit af3c26f

Browse files
committed
pivot the other way
1 parent 9cee470 commit af3c26f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

R/utilities.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -795,7 +795,7 @@ get_count_datasets <- function(se) {
795795
if(.x |> select(-!!f_(se)$symbol) |> ncol() == 0) return(.x)
796796

797797
.x |>
798-
pivot_longer(names_to = s_(se)$name, values_to = .y, cols = -!!f_(se)$symbol)
798+
pivot_longer(names_to = s_(se)$name, values_to = .y, cols = -!!f_(se)$symbol, cols_vary = "slowest")
799799

800800
#%>%
801801
# rename(!!.y := count)

0 commit comments

Comments
 (0)