[Rd] read.csv behaviour

2011-09-27 Thread Mehmet Suzen
This might be obvious but I was wondering if anyone knows quick and easy way of writing out a CSV file with varying row lengths, ideally an initial data read from a CSV file which has the same format. See example below. I found it quite strange that R cannot write it in one go, so one must appen

Re: [Rd] Referencing 'inst' directory in installed package

2011-08-17 Thread Mehmet Suzen
You can use system.file(package="your_package_name") which will return you library directory. -Original Message- From: r-devel-boun...@r-project.org [mailto:r-devel-boun...@r-project.org] On Behalf Of Jonathan Malmaud Sent: 17 August 2011 04:18 To: r-devel@r-project.org Subject: [Rd] Refe