What is the readBin() Function in R
The readBin() function in R is “used to read binary data from a connection or raw vector”. Syntax readBin(con, what, n = 1L, size = NA_integer_, signed = TRUE, endian = .Platform$endian) Parameters con: It is a connection object or a character string naming a file or a raw vector. what: It is either an object … Read more