Displaying 1 result from an estimated 1 matches for "27stack".
Did you mean:
25stack
2001 Dec 25
1
read.table (PR#1227)
..., sep="")
fileNAME <- "inputFile"
## Given the command,
z <- read.table(file=paste(fileHOME, fileNAME, sep=""), sep=",",
header=TRUE, row.names=NULL, as.is=TRUE)
## R replies
## stack imbalance in internal type.convert,
## 28 then 27stack imbalance in .Internal, 27 then 26
## stack imbalance in if, 21 then 20
## stack imbalance in <-, 19 then 18
## stack imbalance in {, 17 then 16
## stack imbalance in for, 10 then 9
## stack imbalance in {, 8 then 7
## stack imbalance in <-, 2 then 1
## Error: unprotect(): stack imbalance
##...