File$stream
File$stream(callback, start_byte=0, end_byte=NULL) → void
Parameters:
Returns:
Examples
f = redivis$file("rnwk-acs3famee.pVr4Gzq54L3S9pblMZTs5Q")
# Stream a file
data <- f$stream(function(x) {
print(length(x))
})
Was this helpful?

