InterviewSolution
Saved Bookmarks
| 1. |
Which of the following is one of the most important aspects of a good package?(a) Title(b) Description(c) Documentation(d) LibrariesThis question was addressed to me in examination.This is a very interesting question from Packages topic in section Commands, Packages, Visualizing Data and Linear Regression of R Programming |
|
Answer» CORRECT CHOICE is (c) Documentation The best I can explain: Documentation is one of the most important aspects of a good package. Without it, users won’t KNOW how to use your package. Documentation is very MUCH useful for the future. |
|