Re: [R] Writing Generic (Extractor) Functions

2013-10-08 Thread Grant Rettke
What is the URL for the section that you are referencing? On Tue, Oct 8, 2013 at 2:46 PM, Doran, Harold wrote: > The Writing R Extensions guide has a good section on writing generic > functions and methods. However, has anyone generated any additional > tutorials, presentations, notes, etc that

Re: [R] Writing Generic (Extractor) Functions

2013-10-08 Thread Doran, Harold
-project.org Subject: Re: [R] Writing Generic (Extractor) Functions What is the URL for the section that you are referencing? On Tue, Oct 8, 2013 at 2:46 PM, Doran, Harold wrote: > The Writing R Extensions guide has a good section on writing generic > functions and methods. However, has anyone gen

[R] Writing Generic (Extractor) Functions

2013-10-08 Thread Doran, Harold
The Writing R Extensions guide has a good section on writing generic functions and methods. However, has anyone generated any additional tutorials, presentations, notes, etc that extend this topic? Perhaps showing additional examples of what works well and what risks to avoid. Thanks, Harold