Description Usage Arguments Value Examples
View source: R/easyreportingM.R
makes an list of rmarkdown options
1 2 3 4 5 6 7 8 |
cacheFlag |
boolean for caching chunk data (default TRUE) |
evalFlag |
boolean for evaluating the code chunk in the compiled version (default TRUE) |
echoFlag |
boolean for showing the code chunk (default TRUE) |
warningFlag |
boolean for showing the chunk warnings (default FALSE) |
showMessages |
boolean for showing the chunk warnings in compiled version (default FALSE) |
includeFlag |
boolean for including the code chunk in the compiled version (default TRUE) |
list of rmarkdown options
1 | optList <- makeOptionsList()
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.