Copy_To_GCP | R Documentation |
Run command from R console without moving to terminal to copy folder to GCP bucket
Copy_To_GCP(folder_file_path, gcp_bucket_path)
folder_file_path |
folder to be copied to GCP bucket. |
gcp_bucket_path |
GCP bucket path to copy to files. |
No return value. Performs system copy to GCP bucket.
## Not run:
Copy_To_GCP(folder_file_path = "plots/", gcp_bucket_path = "gs://bucket_name_and_folder_path")
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.