View source: R/set_redo_true_false.R
set.redo.true | R Documentation |
Set the state (TRUE or FALSE) of one or more redo variables. This can also be acheived with assign_redo(), but these functions require only one argument.
set.redo.true(redo.vars)
redo.vars |
A character vector of the variable names you want to give TRUE or FALSE to |
chunk.names <- c("chunk1", "chunk2") assign.redo(chunk.names) set.redo.true("chunk1")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.