
Last chance! 50% off unlimited learning
Sale ends in
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