ReadStream$to_*
ReadStream.to_*(**args)
ReadStreams support the same methods as Tables for reading out data (e.g., as a tidyverse tibble).
Note that the max_results and variables parameters will be ignored when these methods are called on a ReadStream. To restrict ReadStreams to specific variables, pass the variables argument when constructing the stream in $to_read_stream(variables=c()).
Additionally, the following standard to_* methods are not supported on ReadStreams:
to_directory()to_read_streams()
Full documentation can be found in the reference for the appropriate Table method:
Last updated
Was this helpful?

