remove.redo: Remove Redo Variable(s)

View source: R/remove_redo.R

remove.redoR Documentation

Remove Redo Variable(s)

Description

Remove one or more redo variables from the redo environment.

Usage

remove.redo(redo.vars)

Arguments

redo.vars

A character vector of the variable names you want to remove.

Examples

chunk.names <- c("chunk1", "chunk2")

assign.redo(chunk.names)
list.redos()

remove.redo("chunk1")
list.redos()

kstagaman/redoControl documentation built on April 6, 2022, 8:04 a.m.