What is data structure in r?



What is data structure in r?..

Answer / Preety Rani

In R, a data structure refers to a way of organizing and storing data. Common data structures in R include vectors, lists, matrices, arrays, factors, and data frames.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More R Programming Interview Questions

How do you get the standard deviation for a vector x?

1 Answers  


What is R studio and how to use it?

1 Answers  


What is CLI in R?

1 Answers  


What does the term 'dreaded for loop' means?

1 Answers  


What is meant by character function in R?

1 Answers  


What do you know about the evaluate_model() function from “statisticalmodeling” package

1 Answers  


Which function is used to create a histogram visualisation in r programming language?

1 Answers  


What is recursion in r?

1 Answers  


Explain an extended example of connections?

1 Answers  


Give examples of “rbind()” and “cbind()” functions in r

1 Answers  


How do you check if “m” is a matrix data object in R?

1 Answers  


Explain what is with () and by () function in r is used for?

1 Answers  


Categories