inst/templates/knitr-options.R

knitr::opts_chunk$set(
    echo       = FALSE,
    error      = FALSE,
    fig.align  = "center",
    fig.path   = paste0("figures/", DOCNAME, "/"),
    fig.width  = 10,
    fig.height = 8,
    message    = FALSE,
    warning    = FALSE
)
lazappi/clamour documentation built on Sept. 8, 2020, 4:02 p.m.