convOS {PBSadmb} | R Documentation |
Convert text files to the default format of the operating system.
convOS(inam, onam = inam, path = getwd() )
inam |
string vector of names specifying files to be converted to the format of the operating system. |
onam |
string vector of name specifying the output files (the default overwrites the input file). |
path |
string specifying the path where the input files are located (defaults to current working directory). |
Text file(s) formatted in accordance with standards of the operating system.
This function essentially executes a readLines
command followed by a call to writeLines
.
Rowan Haigh, Pacific Biological Station, Nanaimo BC
copyFiles
, .addQuotes