Displaying 1 result from an estimated 1 matches for "iinterest".
Did you mean:
interest
2011 Jan 11
3
list concatenation
Dear R gurus,
first let me apologize for a question that might hve been answered
before. I was not able to find the solution yet. I want to concatenate
two lists of lists at their lowest level.
Suppose I have two lists of lists:
list.1 <- list("I"=list("A"=c("a", "b", "c"), "B"=c("d", "e", "f")),