[R] skeleton for C code?

2007-06-27 Thread ivo welch
Dear R experts---I would like to write a replacement for the read.csv function that is less general, but also more efficient. could someone please provide me with a skeleton function that shows me how to read the arguments and return a data frame for a call to a C function that handles

Re: [R] skeleton for C code?

2007-06-27 Thread Douglas Bates
On 6/27/07, ivo welch [EMAIL PROTECTED] wrote: Dear R experts---I would like to write a replacement for the read.csv function that is less general, but also more efficient. could someone please provide me with a skeleton function that shows me how to read the arguments and return a data frame