What is length function in r?
Answer / Mukesh Chandra
The length() function in R returns the number of elements in a given object, such as a vector or list. It's often used to check the size of an object.
| Is This Answer Correct ? | 0 Yes | 0 No |
Give the syntax for creating scatterplot matrices?
Explain the programming features of R?
What is expected from running the command – strsplit(x,”e”)?
What are sockets in r?
Give examples of “select” and “filter” functions from “dplyr” package.
What packages are used for data mining in r?
Mention how you can produce co-relations and covariances?
Who and When R discovered?
Explain how R programming applied to the real world?
What are vector functions?
What is length function in r?
How can you verify if a given object “X” is a matrix data object?