What is attribute function in r?
Answer / Satyaprakash Singh
Attribute functions in R are used to access and modify the attributes of R objects, such as the names of a vector or the dimensions of a matrix.
| Is This Answer Correct ? | 0 Yes | 0 No |
How you can produce co-relations and covariances?
How many ways are there to read and write files?
What do you understand by data visualization in R using ggplot2?
Describe sprintf() in r string manipulation?
Vector v is c(1,2,3,4) and list x is list(5:8), what is the output of v*x[[1]]?
How can you load and use csv file in R?
How R Commands are Written?
What is a motivation behind data visualization in R?
What is r vector?
What is R lists?
What is a variable assignment?
How will you list all the datasets available in all R packages?