Fixed delimiter for BAPS-formatted file
This commit is contained in:
parent
ae58372205
commit
f70277cd6a
1 changed files with 1 additions and 1 deletions
|
|
@ -68,7 +68,7 @@ greedyMix <- function(
|
|||
# fprintf(1,'Data: %s\n',[pathname filename]);
|
||||
# end
|
||||
|
||||
data <- read.delim(pathname_filename) # TODO: discover delimiter
|
||||
data <- read.delim(pathname_filename, header = FALSE, sep = " ")
|
||||
ninds <- testaaOnkoKunnollinenBapsData(data) # testing
|
||||
if (ninds == 0) stop('Incorrect Data-file')
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue