convOS {PBSadmb}R Documentation

Convert Text Files to Default OS Format

Description

Convert text files to the default format of the operating system.

Usage

convOS(inam, onam = inam, path = getwd() )

Arguments

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).

Value

Text file(s) formatted in accordance with standards of the operating system.

Note

This function essentially executes a readLines command followed by a call to writeLines.

Author(s)

Rowan Haigh, Pacific Biological Station, Nanaimo BC

See Also

copyFiles, .addQuotes


[Package PBSadmb version 0.61.44 Index]