Skip to content
Prev 48477 / 63424 Next

isOpen() misbehaviour

Hello,
"isOpen returns a logical value, whether the connection is currently open."

But actually it seems to die on closed connections:
[1] TRUE
Error in isOpen(con) : invalid connection

Is it expected ?
Tested on R-3.0.2 and R version 3.1.0 Patched (2014-06-11 r65921) on
linux x86_64

Karl