Storing raw data

knitr::opts_chunk$set(echo = TRUE)
library(reproducibleRchunks)

options(reproducibleRchunks.hashing=FALSE)
options(reproducibleRchunks.digits=10)

Some Computation

Here is a computation:

x <- c(1,2,3,4,5,6)
result <- t.test(x)


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.