rstream.clone-methods: Methods for Function rstream.clone in Package `rstream'
Description
Make a copy (clone) of an "rstream" object in package
rstream.
"rstream" objects cannot simply be copied by <-. The new
variable does not hold a copy of an "rstream" object but just points
to the old object which might not be the wanted result (similar to Renvironments). To get a copy of the whole "rstream" object the clone
method must be used.