dot-rxWithOptions function

Temporarily set options then restore them while running code

Temporarily set options then restore them while running code

.rxWithOptions(ops, code)

Arguments

  • ops: list of options that will be temporarily set for the code
  • code: The code to run during the sink

Returns

value of code

Examples

.rxWithOptions(list(digits = 21), { print(pi) }) print(pi)