For each knitr code chunk option below
eval=TRUE
?colMeans(cars) 1 + 1
Description:
markup
and asis
carmeans = colMeans(cars) 1 + 1
Description:
echo=TRUE
. What's the default value for echo
?plot(cars)
Description:
When adding multiple arguments to a code chunk, separate the arguments by a comma.
plot(cars)
Description:
f = function(x) { message("Thanks") return(x) } f(10)
Description:
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.