line.endings | R Documentation |
Examine whether file has Dos or Unix line endings.
line.endings(file)
file |
a filename. |
String indicating the line endings: "Dos"
or "Unix"
.
file.encoding
examines the encoding of a file.
dos2unix
and unix2dos
convert line endings.
TAF-package
gives an overview of the package.
## Not run:
file <- system.file(package="TAF", "DESCRIPTION")
line.endings(file)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.