Rev Language Reference


readDelimitedDataFile

Aliases

  • readTable
  • readDataDelimitedFile

Usage

readDelimitedDataFile(String file, Bool header, String separator/delimiter, Bool rownames)

Arguments

file : String (pass by value)
The name of the file to read.
header : Bool (pass by value)
Skip first line?
Default : FALSE
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.
rownames : Bool (pass by value)
Skip first column?
Default : FALSE

Return Type