| stri_read_raw {stringi} | R Documentation |
Reads a text file as-is, with no conversion or text line splitting.
[THIS IS AN EXPERIMENTAL FUNCTION]
stri_read_raw(fname)
fname |
file name |
Once a text file is read into memory,
encoding detection (see stri_enc_detect2),
conversion (see stri_encode),
text lines split (see stri_split_lines1)
can be performed.
Returns a raw-type vector.
Other files:
stri_read_lines(),
stri_write_lines()