makeOptionsList {easyreporting}R Documentation

makeOptionsList

Description

makes an list of rmarkdown options

Usage

makeOptionsList(
  cacheFlag = TRUE,
  evalFlag = TRUE,
  echoFlag = TRUE,
  warningFlag = FALSE,
  showMessages = FALSE,
  includeFlag = TRUE
)

Arguments

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)

Value

list of rmarkdown options

Examples

optList <- makeOptionsList()

[Package easyreporting version 1.0.0 Index]