get.redo.state: Get state of Redo Variable(s)

View source: R/get_redo_state.R

get.redo.stateR Documentation

Get state of Redo Variable(s)

Description

Get the state (TRUE or FALSE) of one or more redo variables.

Usage

get.redo.state(redo.vars)

Arguments

redo.vars

A character vector of the variable names you want to get the state of.

Examples

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

assign.redo(chunk.names)

get.redo.sate("chunk1")

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