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 parameter will be ignored when these methods are called on a ReadStream.

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?