allstreams {Rstreams} | R Documentation |
Gets a vector containing all currently open binary stream files.
allstreams()
Only currently open streams will be returned.
a vector of stream handles, of class "stream"
.
# Print a list of all open streams allstreams() # Close the second open stream closestream(allstreams()[2]) # Close all streams closestream('all')