InterviewSolution
Saved Bookmarks
| 1. |
If the code is stored in the external file, which of the following function is used to call them to a working directory?(a) exec()(b) source()(c) execute()(d) sourcefile()The question was posed to me by my college professor while I was bunking the class.My question is taken from Basics topic in division History, Overview and Getting Started of R Programming |
|
Answer» The correct choice is (b) source() |
|