Learn R Programming

RItools (version 0.3-3)

withOptions: Safe way to temporarily override options()

Description

Safe way to temporarily override options()

Usage

withOptions(optionsToChange, fun)

Value

Result of fun.

Arguments

optionsToChange

Which options.

fun

Function to run with new options.