This question already has an answer here:
- R force local scope 11 answers
This maybe a bit converse to similar questions. I would like R to abort\warn if anywhere in the code, a function uses a variable in a parent environment. Is there some base option to achieve that? I would like a solution that is general for a session, not a particular check. Thank you.
There is a function
findGlobals
in thecodetools
package. Maybe this is helpful: