File$download
File$download(path=getwd(), *, overwrite=FALSE) → str
Parameters:
Returns:
Examples
t <- redivis$table("demo.example_data_files:yz1s:v1_3.example_file_types:4c10")
f <- t$file("bogota.tiff")
f$download() # download to current working directory
f$download("new_name.tiff") # download to current working directory, and rename to new_name.tiff
f$download("/some/path/") # downloaded as /some/path/bogota.tiff
f$download("/some/path/new_name.tiff") # downloaded as /some/path/new_name.tiffLast updated
Was this helpful?

