Answer Posted / Mr Mukesh Kumar Meena
In R programming, you can create a list using the list() function or directly enclosing elements within c( ) and separating them with commas. For example:nlist1 <- list("item1", 123, list( "sublist1", "sublist2"))
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers