I need to compile multiple rmakrdown outputs from my R project. I have found some kind of solution here:
Since my Rmarkdown document is about ~1.5k lines I don't find
markobj <- c(Convert Rmarkdown file with 1.5k lines to strict format)
as optimal way to solve my problem. I don't say it's not usable - I could write program converting Rmarkdown text to required format - I just think that there is a better solution.