How to have R code (R chunk) inline with my text?
Example:
Please install the package by using install.packages("ISwR")
whereby, install.packages("ISwR") is automatically highlighted as R chunk using knitr? In other words, I would like to have R code at the same line with my text.
Following a suggestion from Yihui,
You can use the 3 backticks ``` if you want the encapsulated code NOT to be executed inline . E.g.