Description Usage Arguments Details Value See Also
Reads a text file as-is, with no conversion or text line spliting.
[THIS IS AN EXPERIMENTAL FUNCTION]
1 | stri_read_raw(fname)
|
fname |
file name |
After reading a text file into memory (vast majority of
them will fit into RAM without any problems), you may
perform e.g. encoding detection (cf.
stri_enc_detect2
), conversion (cf.
stri_encode
), and e.g. split it into text
lines with stri_split_lines1
.
Returns a raw vector.
Other files: stri_read_lines
;
stri_write_lines
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.