Error in R Data Import/Export (PR#2833)
On Thu, 24 Apr 2003 11:16:27 +0200 (MET DST), you wrote:
Full_Name: David Andel
Version: 1.7.0
OS: linux
Submission from: (NULL) (130.60.68.45)
In section "Output to connections" there should be:
file.show("outfile", delete.file = TRUE)
instead of:
file.show(outfile, delete.file = TRUE)
Thanks for noticing this; I've fixed it. Duncan Murdoch