search for: skuinfo

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

2008 Aug 11
3
Exporting a list of lists
...u=" ", Shape=1, Scale=3, DayOfYear=daylist)) Note: same comment on daylist as above. So far this creates a list of lists just how I want it. If I do al[1] I get each member and the variable length list 'daylist'. Now I want to export this list of lists: write.table(mlist, "SkuInfo.dat", row.names = FALSE, sep=",") But I get an error that the list lengths are not equal. The only member of this list that has a variable length would be DayOfYear How can I output this list of lists when each element list contains a variable length list? Thank you. Kevin