I am trying to understand the relationship between rmarkdown, sweave and knitr. Looking at code and examples I have run into two types of code headers and I don't understand what language/package they belong to.
The headers are
```{}
```
and
<<>>=
@
- What is the difference between them?
- Ho do they relate to
rmarkdown,sweaveandknitr? - If I work on a
.rnw, which one am I using?