Re: R data export
Joel Palmius <[email protected]> Mon, 14 Mar 2005 18:28:44 +0100 (CET)
| Newsgroups | gmane.comp.apache.mod-survey.general |
|---|---|
| Message-ID | <[email protected]> |
Survey::Export::R.pm would be favorite. :-)
Relevant lines are probably 75-85, which currently look like:
if(scalar(@cases) > 0)
{
print "surveydata <- rbind(";
foreach $case (@cases)
{
my(@entries) = @{$case};
.. or in other words, if there is any data whatsoever, then the rbind
stuff should be printed. Why this does not happen is beyond me right now,
but I haven't looked very closely at it.
// Joel
On Mon, 14 Mar 2005, Mirko Pace wrote:
> Any idea to correct the problem?
>
> Where i can put the hands? :)
>
> Mirko
> Skickat av Mirko Pace <[email protected]>
> till survey-discussion
>
Skickat av Joel Palmius <[email protected]>
till survey-discussion