InterviewSolution
Saved Bookmarks
| 1. |
___________ are the most commonly documented object.(a) Interface(b) Class(c) Functions(d) LibrariesThis question was addressed to me during an online interview.The question is from Packages in chapter Commands, Packages, Visualizing Data and Linear Regression of R Programming |
|
Answer» CORRECT ANSWER is (c) Functions The explanation is: Function is very most commonly documented object. The introduction block, most functions have three TAGS namely @param, @EXAMPLES and @return. |
|