SyntaxFix
Write A Post
Hire A Developer
Questions
There is also list.append from the rlist (link to the documentation)
list.append
rlist
require(rlist) LL <- list(a="Tom", b="Dick") list.append(LL,d="Pam",f=c("Joe","Ann"))
It's very simple and efficient.