Can we update and delete any of the elements in a list?



Can we update and delete any of the elements in a list?..

Answer / 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

More R Programming Interview Questions

Explain how to write files?

1 Answers  


What is debugging in R?

1 Answers  


Which packages are used to store and restore R objects to and from a file in R language?

1 Answers  


What is the use of stringr package.

1 Answers  


What is vectorization in r?

1 Answers  


How can you load and use csv file in R?

1 Answers  


What is R lists?

1 Answers  


In r how missing values are represented?

1 Answers  


How to use R from python?

1 Answers  


Explain how to save graphs in R?

1 Answers  


What are methods for character functions in R?

1 Answers  


What is bootstrapping in r?

1 Answers  


Categories