Hi, I am new user on R. I want to split a vector of hex data such as "00ff8020" "02d00000" "001e0240" "00010096" "00010033" into 16 bits such as: "00ff", "8020", "02d0","0000","001e", "0240", "0001","0096", "0001", "0033"
Are there any way to do it? Thanks Frank [[alternative HTML version deleted]] ______________________________________________ R-help@r-project.org mailing list -- To UNSUBSCRIBE and more, see https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting guide http://www.R-project.org/posting-guide.html and provide commented, minimal, self-contained, reproducible code.