withOptions: Safe way to temporarily override options()

View source: R/utils.R

withOptionsR Documentation

Safe way to temporarily override options()

Description

Safe way to temporarily override options()

Usage

withOptions(optionsToChange, fun)

Arguments

optionsToChange

Which options.

fun

Function to run with new options.

Value

Result of fun.


RItools documentation built on March 31, 2023, 7:17 p.m.