Can we update and delete any of the elements in a list?
Answer Posted / Atif Rizwan
In R, lists are similar to arrays in other languages but can contain different data types. You can update the values of individual elements by assigning new values to them. However, R does not provide built-in functions to directly delete elements from a list.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers