Skip to content
Prev 132180 / 398506 Next

clean programming

On 16/12/2007 9:25 AM, cgenolin at u-paris10.fr wrote:
Use get() to find an object with a given name.  You need to be careful 
to specify where it should look (the envir argument); typically 
parent.frame() is appropriate, but your cleanProg function should allow 
the user to override this.

Duncan Murdoch