SyntaxFix
Write A Post
Hire A Developer
Questions
mylist<-list(1,2,3) mylist<-c(mylist,list(5))
So we can easily append the element/object using the above code