: 31 October 2011 13:31
> >To: r-help@r-project.org
> >Subject: [R] assignment operator <- does not work in a function...
> >
> >Dear Users,
> >
> >I have a little problem with assignment operator. It's working from
> >command prompt but does not work
>To: r-help@r-project.org
>Subject: [R] assignment operator <- does not work in a function...
>
>Dear Users,
>
>I have a little problem with assignment operator. It's working from
>command prompt but does not work same as in the command prompt in the
>function. Am I m
It's a matter of environments:
your function makes "veri" for purposes of the function but then
throws it away when the function is done. If you want it to be
accessible you need to assign it to the global environment with
something like
assign("veri", read.transactions("c:/RVerileri/BitirmeVeri.
Dear Users,
I have a little problem with assignment operator. It's working from command
prompt but does not work same as in the command prompt in the function. Am I
missing or forgetting something? The function is (tried on both 2.13.1 and
2.13.2) as below using arules and arulseViz packages:
4 matches
Mail list logo