1.

What is one way in which the knitr system differs from Sweave?(a) knitr allows for the use of markdown instead of LaTeX(b) knitr is written in python instead of R(c) knitr lacks features like caching of code chunks(d) none of the mentionedThe question was posed to me during an interview for a job.I would like to ask this question from Literate Statistical Programming in division Data Analysis and Research of Data Science

Answer»

Right ANSWER is (a) knitr allows for the use of MARKDOWN instead of LaTeX

Explanation: knitr is an engine for DYNAMIC report GENERATION with R.



Discussion

No Comment Found

Related InterviewSolutions