Rev Language Reference


readRegionalFeatures

Aliases

  • readTable

Usage

readRegionalFeatures(String filename, String delimiter, Bool header, String nonexistent_region_token)

Arguments

filename : String (pass by value)
A data table that contains the regional feature information.
delimiter : String (pass by value)
The delimiter between columns.
Default : ,
header : Bool (pass by value)
Do the summary file and the data files have headers?
Default : TRUE
nonexistent_region_token : String (pass by value)
What string token represents a non-existent region (for null rate assignments)?
Default : NA

Return Type