Resets the evaluation of the chunks.
chunks_uneval.Rd
Usage
chunks_uneval(
chunks = get_chunks_object(),
overwrite = FALSE,
envir = parent.frame()
)
Arguments
- chunks
optional, (
chunks
) object. If not provided then automaticchunks
object detection is run via get_chunks_object- overwrite
(
logical
) Whether to use values from the current environment or just use a new one- envir
(
environment
) An environment to use overwriting. Only used ifoverwrite
isTRUE