InterviewSolution
Saved Bookmarks
| 1. |
Which of the following is required for not echoing the code?(a) echo=TRUE(b) print=TRUE(c) echo=FALSE(d) all of the mentionedI got this question during an online exam.This intriguing question comes from knitr in division Data Analysis and Research of Data Science |
|
Answer» The correct ANSWER is (a) echo=TRUE |
|