Using R Markdown in knitr is there an equivalent to \Sexpr{} in Sweave?
|
|
|
Yes. You can use
So something like
Should produce:
I initially found it a little difficult trying to figure out what the different syntax was for each of the different styles you could use in knitr (html, markdown, sweave, ...) and resorted to looking at Yihui's minimal examples (which do a good job) but if you can read regular expressions you can view the default pattern definitions. You even have the option of defining your own syntax if you want. |
|||||||||||||||
|
|
By default inline R code in R Markdown will be formatted as code. If you just want output to appear
|
|||||
|