View source: R/get_redo_state.R
get.redo.state | R Documentation |
Get the state (TRUE or FALSE) of one or more redo variables.
get.redo.state(redo.vars)
redo.vars |
A character vector of the variable names you want to get the state of. |
chunk.names <- c("chunk1", "chunk2") assign.redo(chunk.names) get.redo.sate("chunk1")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.