r - Place on.exit() within function but active for the script -
in r, let's want place on.exit() command within function, want on.exit command apply when rscript exits opposed when function exits. how go it?
to rephrase have on.exit() within function, on.exit() command applies local scope within function. possible on.exit() command apply global scope while still within function.
Comments
Post a Comment