File$read
File$read(*, as_text=False, start_byte=0, end_byte=NULL) → bytes | str
Parameters:
Returns:
Examples
f = redivis$file("4c10-bk27tqmet.rkgXgUlmnJrEFFC6oWAqqA")
file_content_string = f$read(as_text=True)Was this helpful?

