datastream_dataframe {RMOA} | R Documentation |
Reference object of class datastream_dataframe
.
This is a class which inherits from class datastream
and which can be used to read in a stream
from a data.frame.
data |
a data.frame to extract data from in a streaming way |
A class of type datastream_dataframe
which contains
The data.frame to extract instances from
See datastream
get_points(n)
Get data from a datastream object.
integer, indicating the number of instances to retrieve from the datastream
x <- datastream_dataframe(data=iris)
x$get_points(10)
x
x$get_points(10)
x