returnCapture {wrapr} | R Documentation |
Return an error to a file, environment (no names) or callback
returnCapture(
e,
saveDest,
cap,
wrapperName,
recallString = "do.call(p$fn, p$args)"
)
e |
caught exception |
saveDest |
where to save |
cap |
saved arguments |
wrapperName |
name of wrapper |
recallString |
how to call function again |