The R Project SVN R

Rev

Rev 59902 | Rev 74751 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 59902 Rev 61433
Line 95... Line 95...
95
\dontrun{
95
\dontrun{
96
textConnection(letters)
96
textConnection(letters)
97
# oops, I forgot to record that one
97
# oops, I forgot to record that one
98
showConnections()
98
showConnections()
99
#  class     description      mode text   isopen   can read can write
99
#  class     description      mode text   isopen   can read can write
100
#3 "letters" "textConnection" "r"  "text" "opened" "yes"    "no"     
100
#3 "letters" "textConnection" "r"  "text" "opened" "yes"    "no"
101
mycon <- getConnection(3)
101
mycon <- getConnection(3)
102
}
102
}
103
 
103
 
104
c(isatty(stdin()), isatty(stdout()), isatty(stderr()))
104
c(isatty(stdin()), isatty(stdout()), isatty(stderr()))
105
}
105
}