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