search for: plwork2

Displaying 1 result from an estimated 1 matches for "plwork2".

Did you mean: pbworks
2010 May 13
2
long command line cut in 2 parts
...r convenient purpose). Here is what I did : zz<-merge(transform(merge(value,allcon,all.y=T),SHORTDESCRIPTION=NULL, + VALUE=NULL,PL=-VALUE*pl,quantity=NULL),PosB,all.x=T,sort=F) But when I source the function, I get an error message: Error in source("C:\\Users\\arno\\Documents\\r\\LSC\\PLwork2.r") : C:\Users\arno\Documents\r\LSC\PLwork2.r:34:10: unexpected '=' 33: zz<-merge(transform(merge(value,allcon,all.y=T),SHORTDESCRIPTION=NULL, 34: + VALUE= ^ What is wrong? TY for any help