You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
library(grid)
library(ggplotify)
p1<- as.grob(~barplot(1:10))
library(tidytable)
#> #> Attaching package: 'tidytable'#> The following objects are masked from 'package:stats':#> #> dt, filter, lag#> The following object is masked from 'package:base':#> #> %in%
tidytable(
a= rep(1,2),
grob= rep(list(p1), 2)
) %>%
distinct(a, grob)
#> Error in forderv(x, by = by, sort = FALSE, retGrp = TRUE): Column 2 passed to [f]order is type 'list', not yet supported.
See reprex below. Possible context in Rdatatable/data.table#3332
Created on 2023-10-20 with reprex v2.0.2
The text was updated successfully, but these errors were encountered: