Explain different types of objects present in R?
Answer / Bharat Sah
R has several types of objects including: 1. Vectors (numeric, character, logical). 2. Matrices. 3. Data frames. 4. Lists. 5. Factors. 6. Arrays.
| Is This Answer Correct ? | 0 Yes | 0 No |
In R how you can import Data?
Explain how to create a function in arguments using apply() in r?
Given a vector of numbers, how would you turn the values into scientific notation?
How to use R from python?
What is recursive function in r?
What are r packages?
How to request an input from the user through keyboard and monitor?
How you can create a table in r without external file?
Can we update and delete any of the elements in a list?
R programming language has several packages for data science which are meant to solve a specific problem, how do you decide which one to use?
What is scan() in r?
What do you understand by scientific data visualization in R?