Who and When R discovered?
Answer / Renu Yadav
R was developed by Ross Ihaka and Robert Gentleman in 1993 at the University of Auckland, New Zealand.
| Is This Answer Correct ? | 0 Yes | 0 No |
I have a string “contact@dataflair.com”. Which string function can be used to split the string into two different strings “contact@dataflair” and “com”?
How to construct a new s3 class?
How would you create a new r6 class?
How would you facet the data using ggplot2 package?
What are r matrices and r matrices functions?
What is the regular expression 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 would you write a custom function in r? Give an example.
Name some functions available in “dplyr” package.
How many ways are there to read and write files?
What are various ways to write la oop in r?
Explain how you can create a table in r without external file?