utils_knit_opts | R Documentation |
Set up the knitr options for the rendering of various file types within
the package. Using verbose = TRUE
can help you you are trying to debug
your script, but the default is FALSE
for production.
utils_knit_opts(type = c("data-raw"), verbose = FALSE)
type |
A character entry specifying which type of file you are rendering.
|
verbose |
A logical value specifying if output should be printed
to the console or not. The default is |
Nothing is returned from this function.
Kelli Faye Johnson
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.