tiny.Rmd
A quote:
Markdown is not LaTeX.
To compile me, run this in R:
library(knitr)
knit('001-minimal.Rmd')
See output here.
A paragraph here. A code chunk below (remember the three backticks):
1+1
## [1] 2
.4-.7+.3 # what? it is not zero!
## [1] 5.551115e-17
Sigh. You cannot live without math equations. OK, here we go: \(\alpha+\beta=\gamma\). Note this is not supported by native markdown. You probably want to try RStudio, or at least the R package markdown, or the function knitr::knit2html()
.