remove.redo | R Documentation |
Remove one or more redo variables from the redo environment.
remove.redo(redo.vars)
redo.vars |
A character vector of the variable names you want to remove. |
chunk.names <- c("chunk1", "chunk2") assign.redo(chunk.names) list.redos() remove.redo("chunk1") list.redos()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.