What is r vector?
Answer / Vaibhav Sandal
In R, a vector is a one-dimensional array that stores values of the same data type. R vectors can contain both numerical and character data.
| Is This Answer Correct ? | 0 Yes | 0 No |
Describe regex() in r string manipulation?
What are Generic Functions in R?
Explain how to write files?
What are Features of Recursion?
Which function is used to write files?
What is the tree in r?
What are the data structures in R that are used to perform statistical analyses and create graphs?
What is expected from running the command – strsplit(x,”e”)?
How will you convert a factor variable to numeric in r language?
How to construct a new s3 class?
What is inheritance in s3 class?
Explain different types of atomic vectors in R?