Skip to content
Prev 334431 / 398521 Next

Invalid connection error message when trying to write a file

On 13.12.2013 20:11, J Karon wrote:
Please tell us what you actually did.

This works for me:

zz <- file(description="path", "w")
write.csv(iris, zz)
close(zz)

Best,
Uwe Ligges