Displaying 1 result from an estimated 1 matches for "outstringascii".
2000 Apr 03
1
another save/load problem, only(?) affecting ascii = TRUE (PR#507)
On all current R versions, afaik:
When using save(....., ascii = TRUE),
the resulting file is not always readable by load(.).
The following is executable R code
exhibiting two (slightly different) examples
of which I have seen even more [~/R/MISC/saveload-bug.R]:
### BUG : save(..., ascii = TRUE) produces load() - unreadable files :
tstf1 <- function(n = 500)
{
## Purpose:
##