env <- new.env()
assign("a",3, envir=env)
assign("b", 728, envir=env)
e2 <- new.env()
assign("e",3, env=e2)
a<-4
Code Chunk Reproduction Report

Summary

The following table summarizes reproducibility information collected in this document:

knitr::kable(
  reproducibleRchunks::get_reproducibility_summary()
)
Chunk Variable Success
unnamed-chunk-1 a TRUE
unnamed-chunk-1 e2 TRUE
unnamed-chunk-1 env TRUE