Description Usage Arguments Value See Also Examples
Reads a text file and returns a character vector containing the lines in the text file (in such a way that the lines in the text file are the items in the character vector).
1 2 3 4 |
file |
name of the input file |
file_encoding |
the encoding used in the input file. |
paste_char |
if |
... |
not used in the current implementation of |
The function read_txt
returns a character vector.
See also write_txt
.
1 2 3 4 5 6 7 8 9 10 11 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.