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
stop("'splitby' must be a formula of a factor variable (e.g. ~var1")
320
+
d2<- as.data.frame(d1)
320
321
names(d2) <-named[[2]]
321
322
}
322
323
324
+
## Error catching
325
+
if (dim(d_)[1] != length(d2[[1]])){
326
+
stop("There is a problem with the variable names supplied. Make sure the ... only includes unquoted var names or a single vector of indices or that splitby variable is stated as a formula (e.g. ~var1)",
0 commit comments