How will you list all the datasets available in all R packages?
Answer / Kalpna Rani
To list all datasets available in all R packages, you can use the `data()` function without any arguments. This function returns a list of all data sets that are currently attached to the search path.
| Is This Answer Correct ? | 0 Yes | 0 No |
Why is R important for data science?
Vector v is c(1,2,3,4) and list x is list(5:8), what is the output of v*x[[1]]?
What is the apply() family in r?
What is Visualization in R?
X is the vector c(5,9.2,3,8.51,na), what is the output of mean(x)?
What is t-tests() in R?
What are the rules to define a variable name in r programming language?
What is vectorization in r?
What do you understand by data visualization in R using ggplot2?
What is regular expression syntax?
What is the use of sink(), Library () and search() function?
Explain the different data structures in r?