InterviewSolution
Saved Bookmarks
| 1. |
Which of the following statement will load slidify?(a) library(slidify)(b) install.library(slidify)(c) install.load(slidify)(d) all of the mentionedThe question was posed to me in semester exam.My question is taken from Slidify in portion Developing Data Products and Working with NumPy of Data Science |
|
Answer» CORRECT CHOICE is (a) library(slidify) Explanation: Devtools should be INSTALLED in ADVANCE. |
|