Rev Language Reference


writeDelimitedCharacterData

Aliases

  • writeCharacterDataDelimited

Usage

writeDelimitedCharacterData(String filename, AbstractHomologousDiscreteCharacterData data, String separator/delimiter)

Arguments

filename : String (pass by value)
The name of the file.
data : AbstractHomologousDiscreteCharacterData (pass by value)
The character data object.
separator/delimiter : String (pass by value)
The field separator character. Values on each line of the file are separated by this character. If sep = "" the separator is 'white space', that is one or more spaces, tabs, newlines or carriage returns.

Return Type