Re: [R] Coding problem: How can I extract substring of function callwithin the function

2009-08-14 Thread Greg Snow
p-boun...@r-project.org [mailto:r-help-boun...@r- > project.org] On Behalf Of Pitt, Joel > Sent: Thursday, August 13, 2009 4:11 PM > To: Steve Lianoglou > Cc: r-help@r-project.org > Subject: Re: [R] Coding problem: How can I extract substring of > function callwithin the function &

Re: [R] Coding problem: How can I extract substring of function callwithin the function

2009-08-13 Thread Steve Lianoglou
Hi Joel, On Aug 13, 2009, at 6:10 PM, Pitt, Joel wrote: Your objections are quite cogent, but I believe they are misdirected. I'm not at all interested in having my students ignore the existence of NA's and that's precisely why I'm not using the Default package as someone else suggested. B

Re: [R] Coding problem: How can I extract substring of function callwithin the function

2009-08-13 Thread Pitt, Joel
riousity can be piqued when I run up against a programming problem. Joel From: Steve Lianoglou [mailto:mailinglist.honey...@gmail.com] Sent: Thu 8/13/2009 5:55 PM To: Pitt, Joel Cc: Erik Iverson; r-help@r-project.org Subject: Re: [R] Coding problem: How

Re: [R] Coding problem: How can I extract substring of function callwithin the function

2009-08-13 Thread Steve Lianoglou
Hi, On Aug 13, 2009, at 5:30 PM, Pitt, Joel wrote: Thanks. It's a great solution to part of my problem. It provides the functionally I want would be no harder for students to use than my approach. I'm still interested in how to make what I was trying to do work -- simply to add to my own R

Re: [R] Coding problem: How can I extract substring of function callwithin the function

2009-08-13 Thread Pitt, Joel
Thanks. It's a great solution to part of my problem. It provides the functionally I want would be no harder for students to use than my approach. I'm still interested in how to make what I was trying to do work -- simply to add to my own R programming proficiency. Joel __