inst/doc/engine.R

## ---- include = FALSE---------------------------------------------------------
knitr::opts_chunk$set(
  collapse = TRUE,
  comment = "#>"
)

## -----------------------------------------------------------------------------
library(details)

## -----------------------------------------------------------------------------
details::details({
  x <- 1
  x * 2
},summary = 'click to see eval')

## ----eval = FALSE-------------------------------------------------------------
#    x <- 1
#    x * 2

## ----echo = FALSE-------------------------------------------------------------
details::details({
  x <- 1
  x * 2
},summary = 'click to see eval')

Try the details package in your browser

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

details documentation built on March 28, 2022, 1:06 a.m.