Hi all.
In 'write' documentation, one can read:

write(x, file = "data",
      ncolumns = if(is.character(x)) 1 else 5,
      append = FALSE, sep = " ")

Now my question is: why the default value of 1column for character vectors
and the special value '5' for non character vectors?

Nice sunday to all,
Antonio, Fabio Di Narzo.

Note: this is just curiosity. Don't read as: "WHY? WHY!?!?", but just as
"why?"

        [[alternative HTML version deleted]]

______________________________________________
R-help@stat.math.ethz.ch mailing list
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide! http://www.R-project.org/posting-guide.html

Reply via email to