Upload$to_*
Upload.to_*(max_results=None, ...)
Uploads support the same methods as Tables for reading out data (e.g., as a tibble: upload$to_tibble()
). Note that data can only be read from completed uploads that are part of an unreleased version. If the upload's version has been released, or if an upload is still being processed, these methods will raise an error.
Full documentation can be found in the reference for the appropriate Table methods.
Last updated
Was this helpful?