textFormat

textFormat(numHeaderLines = NULL, numFooterLines = NULL,
  recordDelimiter = NULL, physicalLineDelimiter = NULL,
  numPhysicalLinesPerRecord = NULL, maxRecordLength = NULL,
  attributeOrientation = NULL, simpleDelimited = NULL,
  complex = NULL)

Arguments

numHeaderLines

Number of header lines preceding data. See numHeaderLines()

numFooterLines

Number of footer lines following data. See numFooterLines()

recordDelimiter

Character used to delimit records. See recordDelimiter()

physicalLineDelimiter

Character used to delimit physical lines. See physicalLineDelimiter()

numPhysicalLinesPerRecord

The number of physical lines in the file spanned by a single logical data record. See numPhysicalLinesPerRecord()

maxRecordLength

The maximum number of characters in any record in the physical file. See maxRecordLength()

attributeOrientation

Orientation of attributes. See attributeOrientation()

simpleDelimited

A simple delimited format. See simpleDelimited()

complex

A complex text format. See complex()

Value

a textFormat list object