search for: channel_code

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

Did you mean: channel_close
2006 Nov 07
1
reading VERY large binary files
...tran$txn_type <- readChar(incon,1) tran$gender <- readChar(incon,1) tran$zip_code <- readChar(incon,5) tran$region_code <- readChar(incon,1) tran$county_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.fram...