What are the different data structures in r?
Answer / Adarsh Verma
R offers various data structures like Vectors, Matrices, Arrays, Lists, and Data Frames. R's data frame is a versatile two-dimensional data structure that can store data of different types.
| Is This Answer Correct ? | 0 Yes | 0 No |
Explain in brief preliminaries of C/C++?
What will be the result of multiplying two vectors in r having different lengths?
What do you understand by element recycling in r?
Explain what is with () and by () function in r is used for?
How many ways are there to read and write files?
Explain DBSCAN algorithm in R?
How to use sapply in r?
What is an arbitrary function in r?
Explain how you can create a table in r without external file?
How would you do a left and right join in r?
How will you list all the datasets available in all R packages?
Explain disadvantages of density-based clustering in R?