Run command from R console without moving to terminal to copy folder from GCP bucket to local storage
Copy_From_GCP(folder_file_path, gcp_bucket_path)
folder to be copied to GCP bucket.
GCP bucket path to copy to files.
No return value. Performs system copy from GCP bucket.
if (FALSE) {
Copy_From_GCP(folder_file_path = "plots/", gcp_bucket_path = "gs://bucket_name_and_folder_path")
}