Displaying 4 results from an estimated 4 matches for "shortdescription".
Did you mean:
short_description
2010 May 13
2
long command line cut in 2 parts
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,allcon,all.y=T),SHORTDESCRIPTION=NULL,
+ VALUE=NULL,PL=-VALUE*pl,quantity=NULL),PosB,all.x=T,sort=F)
But when I...
2010 May 11
1
merge two data frames
...actor"),
pl = c(4.75000000000003, -14, -1.5, 7.75, 3.74999999999999,
5.22500000000005, 21.6999999999998, -0.0490000000000013,
68, 45.300, -8.5, -41, -118, 2.72999999999999, -0.900000000000002,
-64.25, 0), quantity = c(0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0), SHORTDESCRIPTION = c("COFFEE C", "COPPER",
"CORN", "CORN", "COTTON NO.2", "CRUDE OIL miNY", "GOLD",
"HENRY HUB NATURAL GAS", "ROBUSTA COFFEE (10)", "SILVER",
"SOYBEANS", "SPCL HIGH GRADE...
2010 May 26
2
writing function : can't find an object
...orm(posA,prix=POSITION*SETTLEMENT,SETTLEMENT=NULL),
transform(posB, prix = -POSITION * SETTLEMENT, SETTLEMENT = NULL,
POSITION = POSITION * -1)),
"DESCRIPTION",summarise,pl=sum(prix),quantity=sum(POSITION))
#remove the date in $DESCRPTION and add a new column $SHORTDESCRIPTION
allcon$SHORTDESCRIPTION<-sub('
[a-z]{3}/[0-9]{2}','',allcon$DESCRIPTION,ignore.case=TRUE)
#read the contractvalue file
value<-read.csv2("contractvalue.csv",sep=",",h=T,strip.white=T)
#merge "value" with "allcon", change...
2017 Oct 04
0
[ANNOUNCE] xkeyboard-config 2.22
...in Kazakh (ext) layout.
Jonas Kümmerlin (1):
Add "AltGr" back into the description for altgr-intl layouts
Kovács Viktor (1):
Added Old Hungarian layout
Michal Suchanek (2):
ctrl: add missing modifier_map
Add grp:menu_switch
Sergey Udaltsov (18):
adds the shortDescription for es-cat and es-ast layouts
Added Friulian translation
Missing fur in ALL_LINGUAS added
Add a Arabic version of Jawi keyboard layout and it's own phonetic version
Adding Finnish Dvorak layout
Add Ladin layout for it and de keyboards
Double Russian fixed...