Read Text File as Raw
Reads a text file as-is, with no conversion or text line splitting.
stri_read_raw(con, fname = con)
con |
name of the output file or a connection object (opened in the binary mode) |
fname |
deprecated alias of |
Once a text file is read into memory,
encoding detection (see stri_enc_detect
),
conversion (see stri_encode
), and/or
splitting of text into lines (see stri_split_lines1
)
can be performed.
Returns a vector of type raw
.
Other files:
stri_read_lines()
,
stri_write_lines()
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.