Test2

knitr::opts_chunk$set(echo = TRUE)

library(reproducibleRchunks)

Computational Block 1

options(reproducibleRchunks.hashing = TRUE)
zzz <- 1:10 + 1

Computational Block 2

options(reproducibleRchunks.hashing = FALSE)
yyy <- 1


Try the reproducibleRchunks package in your browser

Any scripts or data that you put into this service are public.

reproducibleRchunks documentation built on Aug. 8, 2025, 6:38 p.m.