search for: names_unlex

Displaying 1 result from an estimated 1 matches for "names_unlex".

2000 Mar 08
1
infinite recursion problem
...quot;"), file = File, append = T, sep = "") HTMLExport(x[[i]], File = File, prefix = this[i], ...)#here is the problem according to debug() } invisible(x) } In Splus4 version of these function, the problem had been fixed using this <- paste(prefix, "$", .C("names_unlex",n,as.integer(xlen))[[1]], sep = "") instead of this <- paste(prefix, "$",names(x), sep = "") but it can't work within R... Could someone explain me what happens (even if I have a vague idea) and/or give me a tip to handle this problem. Also, I get Splus5...