InterviewSolution
Saved Bookmarks
| 1. |
Which of the following tool can be used for integrating text and code in one document?(a) knitr(b) ggplot2(c) NumPy(d) None of the mentionedThis question was addressed to me in exam.Question is taken from Literate Statistical Programming topic in chapter Data Analysis and Research of Data Science |
|
Answer» RIGHT OPTION is (a) knitr Easy explanation - knitr is a WAY to write LaTeX, HTML, and Markdown with R CODE interlaced. |
|