How many data structures does r language have?
Answer / Mohammad Hasan Siddiqui
R has several built-in data structures including vectors, matrices, data frames, lists, factors, and arrays.
| Is This Answer Correct ? | 0 Yes | 0 No |
What is mean in r?
Describe nchar() in r string manipulation?
Name various sectors that are using R?
What is readline() in r?
How do you get the standard deviation for a vector x?
Given a vector of numbers, how would you turn the values into scientific notation?
What is a factor?
How do you build and evaluate a random forest in r?
What is the use of abline() function?
How do you install a package in r?
How would you write a custom function in r? Give an example.
How using rprof() to find slow spots in your code in r?