search for: plus_ship

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

2008 Oct 15
1
Argh! Trouble using string data read from a file
...;x } And here is the outcome (just a few of the 60 records successfully read): > optdata = > read.csv("K:\\MerchantData\\RiskModel\\AutomatedRiskModel\\soptions.dat", > header = FALSE, na.strings="") > optdata V1 V2 V3 V4 1 251 2008 18 Plus_Shipping.2008.18.dat 2 251 2008 19 Plus_Shipping.2008.19.dat 3 251 2008 20 Plus_Shipping.2008.20.dat 4 251 2008 22 Plus_Shipping.2008.22.dat 5 251 2008 23 Plus_Shipping.2008.23.dat 6 251 2008 24 Plus_Shipping.2008.24.dat I can see the data has been correctly read. But for some reason that isn'...