a) RMarkdown b) LaTeX c) HTML d) None of the mentioned Answer: a Explanation: knitr is available ...
View Questionknitr supports only one documentation language.
a) True b) False Answer: b Explanation: knitr supports various documentation languages.
View QuestionWhich of the following disadvantage does literate programming have?
a) Slow processing of documents b) Code is not automatic c) No logical order d) All of the ...
View QuestionWhich of the following way is required to make work reproducible?
a) keep track of things b) Save output c) Save data in proprietary formats d) None of the ...
View QuestionWhich of the following is required to implement a literate programming system?
a) A programming language like Perl b) A programming language like Java c) A programming language like R
View QuestionWhich of the following is required for literate programming?
a) documentation language b) mapper language c) reducer language d) all of the mentioned Answer: a Explanation: ...
View QuestionPoint out the correct statement.
a) An article is stream of code and text b) Analysis code is divided in to code chunks ...
View QuestionOriginal idea comes of Literate Statistical Practice from _______________
a) Don Knuth b) Don Cutting c) Douglas Cutting d) All of the mentioned Answer: a Explanation: ...
View QuestionDependencies are checked explicitly in caching caveats.
a) True b) False Answer: b Explanation: Dependencies are not checked explicitly in caching caveats.
View QuestionWhich of the following should be set on chunk by chunk basis to store results of computation?
a) cache=TRUE b) cache=FALSE c) caching=TRUE d) none of the mentioned Answer: a Explanation: After the first ...
View Question