File$read
File$read(*, as_text=False, start_byte=0, end_byte=NULL) → bytes | str
Parameters:
Returns:
Examples
t <- redivis$table("demo.example_data_files:yz1s:v1_3.example_file_types:4c10")
f <- t$file("pandas_core.py")
file_contents <- f$read(as_text=TRUE)Last updated
Was this helpful?

