Removing the + sign resolves the problem.
TY
> -Original Message-
> From: Muhammad Rahiz [mailto:muhammad.ra...@ouce.ox.ac.uk]
> Sent: Thursday, May 13, 2010 3:15 PM
> To: arnaud Gaboury
> Cc: r-help@r-project.org
> Subject: Re: [R] long command line cut in 2 part
Dear Arnaud,
Wrap a pair of curly brackets around the command line and remove the "+" like
the following;
zz<-{merge(transform(merge(value,allcon,all.y=T),SHORTDESCRIPTION=NULL,
VALUE=NULL,PL=-VALUE*pl,quantity=NULL),PosB,all.x=T,sort=F )}
Muhammad
arnaud Gaboury wrote:
Dear group,
I have
Remove the plus sign.
On Thu, May 13, 2010 at 9:54 AM, arnaud Gaboury wrote:
> Dear group,
>
> I have this command line in a function:
>
>
> zz<-merge(transform(merge(value,allcon,all.y=T),SHORTDESCRIPTION=NULL,VALUE=
> NULL,PL=-VALUE*pl,quantity=NULL),PosB,all.x=T,sort=F)
>
> I want to cut it in
Dear group,
I have this command line in a function:
zz<-merge(transform(merge(value,allcon,all.y=T),SHORTDESCRIPTION=NULL,VALUE=
NULL,PL=-VALUE*pl,quantity=NULL),PosB,all.x=T,sort=F)
I want to cut it in 2 lines (just for convenient purpose). Here is what I
did :
zz<-merge(transform(merge(value
4 matches
Mail list logo