Top "R-markdown" questions

R Flavored Markdown or "R Markdown" is a markdown variant used for content-creation and/or programming documentation interleaved with R code.

How to make a figure caption in Rmarkdown?

I am thinking about writing my thesis with rmarkdown and latex. I'm getting the hang of how it all works, …

knitr r-markdown pandoc
two-column layouts in RStudio presentations/slidify/pandoc

I'm trying to come up with a good system for generating slides and accompanying handouts. The ideal system would have …

r knitr rstudio r-markdown slidify
R Markdown - variable output name

With one R markdown file, I would like to create different possible output pdf documents, where the output file name …

r markdown knitr r-markdown
Stargazer output is code, not a table

I am trying to use the package stargazer in RStudio to generate a summary table of my data. For some …

r r-markdown stargazer
Including Bibliography in RMarkdown document with use of the knitcitations

I'm trying to use knitcitations and add bibliography to the R Markdown document that I'm drafting in R Studio. The …

r latex rstudio r-markdown bibliography
Scale kable table to fit page width

How do you format a table in pdf using kable function? Because my output table width exceeds the width of …

r r-markdown kable
Conditionally display a block of text in R Markdown

I am using knitr to parse an R Markdown document . Is there a way to conditionally display a block of …

r knitr r-markdown
Inserting a page break within a code chunk in rmarkdown (converting to pdf)

I am using rmarkdown, pandoc and knitr to create a pdf including chunks of r code. Within a code chunk …

r pdf knitr r-markdown pandoc
How can I use spell check in Rmarkdown?

I want to write a report with Rmarkdown. However, I am a little worried about my spelling. I hope there …

r rstudio r-markdown spelling
How can I force a line break in rmarkdown's title?

I have a quite long title in a rmarkdown document and I would like to force a line break in …

r r-markdown