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
if (equal.lengths(x)) ## same length lists: list(list(1:2, 1:2), list(2:3, 2:3))
53
53
return(rbindlist(x))
54
-
if (all(vapply_1i(unique(lengths(x)), function(x) length(unique(x)), use.names=FALSE) ==1L)) ## within each x column lengths the same, each could be DF: list(list(1, 2), list(1:2, 2:3))
0 commit comments