close_stream {stream} | R Documentation |
Close a Data Stream
Description
Close a data stream that needs closing (e.g., a file or a connection).
Usage
close_stream(dsd, ...)
Arguments
dsd |
An object of class a subclass of DSD which implements a reset function. |
... |
further arguments. |
Details
close_stream()
is implemented for:
Author(s)
Michael Hahsler
See Also
Other DSD:
DSD()
,
DSD_BarsAndGaussians()
,
DSD_Benchmark()
,
DSD_Cubes()
,
DSD_Gaussians()
,
DSD_MG()
,
DSD_Memory()
,
DSD_Mixture()
,
DSD_NULL()
,
DSD_ReadDB()
,
DSD_ReadStream()
,
DSD_Target()
,
DSD_UniformNoise()
,
DSD_mlbenchData()
,
DSD_mlbenchGenerator()
,
DSF()
,
animate_data()
,
get_points()
,
plot.DSD()
,
reset_stream()
[Package stream version 2.0-2 Index]