InterviewSolution
Saved Bookmarks
| 1. |
R files has an extension ______(a) .R(b) .S(c) .Rp(d) .cI got this question in quiz.Question is from Basics in portion History, Overview and Getting Started of R Programming |
|
Answer» CORRECT option is (a) .R The explanation: All R FILES have an extension .R.R provides a mechanism for RECALLING and re-executing previous commands. All S programmed files will have an extension .S. But R has MANY functions than S. |
|