What is R lists?
Answer / Sushmita Kesari
R lists are a collection of objects, which can be elements of different types (vectors, matrices, data frames, etc.). Lists provide a way to store complex data structures and can be manipulated using various functions like length(), names(), c() to combine lists, and others.
| Is This Answer Correct ? | 0 Yes | 0 No |
Why R language?
What is r vector?
What is bootstrapping in r?
What will be the output of log (-5.8) when executed on r console?
Why the stepaic()?
Explain advantages of R data Visualization?
How R Commands are Written?
What are the rules to define a variable name in r programming language?
What is the usage of the lattice package in R?
Compare r and python?
Which function in r language is used to find out whether the means of 2 groups are equal to each other or not?
What is the use of stringr package. Give some examples of the functions in stringr.