How to have R code (R chunk) inline with my text?
Example:
Please install the package by using install.packages(\"ISwR\")
wher
You can use the 3 backticks ``` if you want the encapsulated code NOT to be executed inline . E.g.
There were ```nrow(cars)``` cars studied