InterviewSolution
Saved Bookmarks
| 1. |
Dataframes can be converted into a matrix by calling the following function data ______(a) matr()(b) matrix()(c) matrixf()(d) matrixfunc()The question was posed to me during an online exam.Enquiry is from Basics topic in chapter History, Overview and Getting Started of R Programming |
|
Answer» The CORRECT option is (B) matrix() |
|