search for: small_raw

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

2010 Jun 28
1
Stacking several vectors from the list
...#N/A N/A 25000 HND CN Equity 1/21/2008 #N/A N/A 5000 HND CN Equity 1/22/2008 #N/A N/A 101000 HND CN Equity 1/23/2008 #N/A N/A 122000 Any way to accomplish this? Should be an easy way, but i have never worked with lists and somehow it doesn't read as a dataframe with strange results. > small_raw[1,1] [1] HBNNF US Equity Levels: 0.26 0.46 COL1 HBNNF US Equity > grep("Equity",as.character(small_raw)) integer(0) > small_raw[[1]] [1] HBNNF US Equity [5] [9]...