Thank you David, thank you Ista - as.matrix solves the problem.
Best regards,
Kamil Sijko
+48.790.818.212
2010/3/22 David Winsemius :
>
> On Mar 22, 2010, at 3:06 PM, Ista Zahn wrote:
>
>> Hi Kamil,
>> You can use something like
>> write.csv(t(as.matrix(object)), file="name.csv")
>>
>> -Ista
>>
On Mar 22, 2010, at 3:06 PM, Ista Zahn wrote:
Hi Kamil,
You can use something like
write.csv(t(as.matrix(object)), file="name.csv")
-Ista
On Mon, Mar 22, 2010 at 2:54 PM, Kamil Sijko
wrote:
Hi,
I need to save output of summary() procedure to a csv file. It's all
OK when it's applied to a
Hi Kamil,
You can use something like
write.csv(t(as.matrix(object)), file="name.csv")
-Ista
On Mon, Mar 22, 2010 at 2:54 PM, Kamil Sijko wrote:
> Hi,
>
> I need to save output of summary() procedure to a csv file. It's all
> OK when it's applied to a 'factor' class variable, but when I try to
> s
Hi,
I need to save output of summary() procedure to a csv file. It's all
OK when it's applied to a 'factor' class variable, but when I try to
save a 'integer' class summary to csv it gives me :
> summary(rnorm(100, 10)) -> object
> write.csv2(object, file='name.csv')
Error in do.call("expand.grid
4 matches
Mail list logo