Who and When R discovered?



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

Post New Answer

More R Programming Interview Questions

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”?

1 Answers  


How to construct a new s3 class?

1 Answers  


How would you create a new r6 class?

1 Answers  


How would you facet the data using ggplot2 package?

1 Answers  


What are r matrices and r matrices functions?

1 Answers  


What is the regular expression in R string manipulation?

1 Answers  


Vector v is c(1,2,3,4) and list x is list(5:8), what is the output of v*x[[1]]?

1 Answers  


How would you write a custom function in r? Give an example.

1 Answers  


Name some functions available in “dplyr” package.

1 Answers  


How many ways are there to read and write files?

1 Answers  


What are various ways to write la oop in r?

1 Answers  


Explain how you can create a table in r without external file?

1 Answers  


Categories