inst/doc/teal-options.R

## -----------------------------------------------------------------------------
options(option_to_set = "value")

## -----------------------------------------------------------------------------
withr::with_options(list(digits = 3), print(pi))

## -----------------------------------------------------------------------------
getOption("option_to_set")

Try the teal package in your browser

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

teal documentation built on May 29, 2024, 10:11 a.m.