file_string {xfun} | R Documentation |
'\n'
The source code of this function should be self-explanatory.
file_string(file)
file |
Path to a text file (should be encoded in UTF-8). |
A character string of text lines concatenated by '\n'
.
xfun::file_string(system.file("DESCRIPTION", package = "xfun"))