how can you add datasets in r?
Answer / Subhash Singh
datasets() is a built-in function in R that loads predefined datasets. To load your own dataset, use the read.csv(), read.table(), or readLines() functions.
| Is This Answer Correct ? | 0 Yes | 0 No |
What is the function definition?
What is mean in r?
What is GUI in R?
How many data structures does r language have?
What is rattle package in r?
What is the use of abline() function?
What is JIT in R?
What are tools for debugging in r?
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 difference between library() and require() functions in r language?
How would you facet the data using ggplot2 package?
What is s4?