stri_read_raw: Read Text File as Raw
Description
Reads a text file as-is, with no conversion or text line splitting.
Usage
stri_read_raw(con, fname = con)
Arguments
con
name of the output file or a connection object
(opened in the binary mode)
Value
Returns a vector of type raw
.