powered by
byte2binary(x, endian=c("little", "big"))
x
library(oce) x <- 0:16 print(byte2binary(x))
Run the code above in your browser using DataLab