python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
set date format for knitr document
Is there a way to set a global option (either through options() or knitr::opts_chunk$set() or something else) to set all dates in a knitr/Rmd document to be formatted in a particular style. So instead...

vorpal
Votes: 0
Answers: 2
Accessing objects from another mardown file
I have generated a report using rmarkdown. I would like to generate a second report using variables I created within the first rmarkdown file. For instance, say my first document is :
---
output: html...
Andrew
Votes: 0
Answers: 1
knitr: Add figure notes in .Rmd file
I have a series of .png images that I would like to add notes to in an Rmarkdown document that I am knitting to a .pdf. The basic code for each image looks like this:
```{r certs_coefplot, out.width=&...

Emmanuel Teitelbaum
Votes: 0
Answers: 0
Correaltion matrix using knitr package
Is it possible to create a correlation matrix like in the image below using knitr() or similar?
for
res <- cor(iris[,1:4])
firmo23
Votes: 0
Answers: 1