[Blotter-commits] r673 - pkg/FinancialInstrument/demo
noreply at r-forge.r-project.org
noreply at r-forge.r-project.org
Mon Jul 11 02:09:42 CEST 2011
Author: gsee
Date: 2011-07-11 02:09:41 +0200 (Mon, 11 Jul 2011)
New Revision: 673
Modified:
pkg/FinancialInstrument/demo/demo.R
Log:
constrain demo output
Modified: pkg/FinancialInstrument/demo/demo.R
===================================================================
--- pkg/FinancialInstrument/demo/demo.R 2011-07-11 00:05:47 UTC (rev 672)
+++ pkg/FinancialInstrument/demo/demo.R 2011-07-11 00:09:41 UTC (rev 673)
@@ -61,5 +61,6 @@
it <- instrument.table()
head(it)
-instrument.table( ,attrs.of='USD') #only show attributes that instrument "USD" also has
+it2 <- instrument.table( ,attrs.of='USD') #only show attributes that instrument "USD" also has
+head(it)
More information about the Blotter-commits
mailing list