Displaying 1 result from an estimated 1 matches for "promo_typ".
Did you mean:
promo_type
2006 Nov 07
1
reading VERY large binary files
...ty_code <- readChar(incon,1)
tran$state_abbrev <- readChar(incon,2)
tran$channel_code <- readChar(incon,1)
tran$source_code <- readChar(incon,20)
tran$payment_type <- readChar(incon,1)
tran$credit_card <- readChar(incon,1)
tran$promo_type <- readChar(incon,1)
tran$flags <- readChar(incon,1)
write.table(data.frame(tran), file="readHH_output", sep=",",
row.names=FALSE, col.names=FALSE, append=TRUE)
result <- rbind(result,data.frame(tran))
}
else {
byte_mar...