Re: [Rd] Creating data.frame from c-language

2013-08-12 Thread Prof Brian Ripley
- From: Prof Brian Ripley [mailto:rip...@stats.ox.ac.uk] Sent: Saturday, August 10, 2013 6:18 AM To: Boris Aronshtam Cc: r-devel@r-project.org Subject: Re: [Rd] Creating data.frame from c-language On 09/08/2013 22:48, Boris Aronshtam wrote: I need to create a data.frame from C-language and

Re: [Rd] Creating data.frame from c-language

2013-08-12 Thread Boris Aronshtam
: Saturday, August 10, 2013 6:18 AM To: Boris Aronshtam Cc: r-devel@r-project.org Subject: Re: [Rd] Creating data.frame from c-language On 09/08/2013 22:48, Boris Aronshtam wrote: > I need to create a data.frame from C-language and populate it. I Know how to > create lists from C, but I cannot figu

Re: [Rd] Creating data.frame from c-language

2013-08-10 Thread Dirk Eddelbuettel
On 10 August 2013 at 14:17, Prof Brian Ripley wrote: | On 09/08/2013 22:48, Boris Aronshtam wrote: | > I need to create a data.frame from C-language and populate it. I Know how to create lists from C, but I cannot figure out how to create a data.frame. Does anyone have a sample code for creating

Re: [Rd] Creating data.frame from c-language

2013-08-10 Thread Prof Brian Ripley
On 09/08/2013 22:48, Boris Aronshtam wrote: I need to create a data.frame from C-language and populate it. I Know how to create lists from C, but I cannot figure out how to create a data.frame. Does anyone have a sample code for creating a data.frame, setting column names, and populating it wi

[Rd] Creating data.frame from c-language

2013-08-10 Thread Boris Aronshtam
I need to create a data.frame from C-language and populate it. I Know how to create lists from C, but I cannot figure out how to create a data.frame. Does anyone have a sample code for creating a data.frame, setting column names, and populating it with data? Thanks! [[alternative HTML