Learn R Programming

scCustomize (version 3.0.1)

Copy_From_GCP: Copy folder from GCP bucket from R Console

Description

Run command from R console without moving to terminal to copy folder from GCP bucket to local storage

Usage

Copy_From_GCP(folder_file_path, gcp_bucket_path)

Value

No return value. Performs system copy from GCP bucket.

Arguments

folder_file_path

folder to be copied to GCP bucket.

gcp_bucket_path

GCP bucket path to copy to files.

Examples

Run this code
if (FALSE) {
Copy_From_GCP(folder_file_path = "plots/", gcp_bucket_path = "gs://bucket_name_and_folder_path")
}

Run the code above in your browser using DataLab