withOptions {RItools} | R 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
.
[Package RItools version 0.3-4 Index]