gs_copy {cloudml} | R Documentation |
Use the gsutil cp
command to copy data between your local file system and
the cloud, copy data within the cloud, and copy data between cloud storage
providers.
gs_copy(source, destination, recursive = FALSE, echo = TRUE)
source |
The file to be copied. This can be either a path on the local
filesystem, or a Google Storage URI (e.g. |
destination |
The location where the |
recursive |
Boolean; perform a recursive copy? This must be specified if you intend on copying directories. |
echo |
Echo command output to console. |