Temporarily set parade options for code execution
with_parade_options.RdTemporarily set parade options for code execution
Examples
with_parade_options(error = "stop", code = {
message("running with error = 'stop'")
1 + 1
})
#> running with error = 'stop'
#> [1] 2