powered by
This method combines TidySets. It only works if the first element is a TidySet.
# S4 method for TidySet c(x, ...)
A TidySet object.
Objects to be concatenated. All NULL entries are dropped.
TS <- tidySet(list(A = letters[1:5], B = letters[6])) TS2 <- c(TS, data.frame(sets = "C", elements = "gg"))
Run the code above in your browser using DataLab