InterviewSolution
Saved Bookmarks
| 1. |
Which of the following statement generates a html slide deck from index.Rmd?(a) slidify(“index.Rmd”)(b) lib.slidify(“index.Rmd”)(c) slidifylib(“index.Rmd”)(d) all of the mentionedThis question was addressed to me by my college director while I was bunking the class.Enquiry is from Slidify in division Developing Data Products and Working with NumPy of Data Science |
|
Answer» The correct option is (a) slidify(“index.Rmd”) |
|