InterviewSolution
Saved Bookmarks
| 1. |
Which of the following method make vector of repeated values?(a) rep()(b) data()(c) view()(d) read()This question was addressed to me by my college director while I was bunking the class.Query is from Visualizing Data topic in portion Commands, Packages, Visualizing Data and Linear Regression of R Programming |
|
Answer» RIGHT ANSWER is (b) data() The best I can EXPLAIN: data() load (OFTEN into a data.frame) built-in dataset. |
|