How to Use the GRID layout in RMarkdown. I want to use multiple columns and rows in my document. what is the best way of using it.
Please let me know.
How to Use the GRID layout in RMarkdown. I want to use multiple columns and rows in my document. what is the best way of using it.
Please let me know.
I'm not terribly familiar with Bootstrap grid, but you always have the option of using the html directly in R Markdown (which should be fairly easy with {knitrBootstrap} see Jim's reply, below):
The rmarkdown HTML document format includes bootstrap as well and is likely easier to use than knitrBootstrap, which was written before the rmarkdown package existed.