Internal helper function for getting input data
Usage
.getinput(input, delimsep)
Arguments
- input
Either an existing matrix or a filename containing matrix in delimited text format
- delimsep
The delimeter for reading a text file
Value
The requested matrix
Examples
getinput(input, delimsep)
#> Error in getinput(input, delimsep): could not find function "getinput"