InterviewSolution
Saved Bookmarks
| 1. |
Which of the following is the correct order of conversion?(a) .md->.Rmd->.html(b) .Rmd->.md->.html(c) .Rmd->.md->.xml(d) all of the mentionedI got this question by my school principal while I was bunking the class.I would like to ask this question from knitr in portion Data Analysis and Research of Data Science |
|
Answer» RIGHT option is (a) .md->.Rmd->.html To explain: knitr converts markdown document in to html by DEFAULT. |
|