Copy folder to GCP bucket from R Console — Copy_To_GCP (original) (raw)
- Getting Started
- Install
- Vignettes
- Plotting Vignettes
- Plotting #1: General Analysis Plots
- Plotting #2: QC Plots & Analysis
- Plotting #3: Sequencing QC Plots/Analysis
- Plotting #4: Iterative Plotting Functions
- Plotting #5: Spatial Plotting Functions
- Customized Color Palettes & Themes
- Helpers & Utilities
- General Helpers & Utilities
- Object QC Functions
- Read & Write Data Functions
- Object/Assay Format Conversion
- Marker Identification & Cluster Annotation Helpers
- Statistics Functions
- Updating Gene Symbols
- Misc Functions
- Other Package Interactivity/Functions
- LIGER Plotting & Functionality
- Cell Bender Functionality & Plotting
- News/Changelog
- Reference
- FAQ
Run command from R console without moving to terminal to copy folder to GCP bucket
Copy_To_GCP(folder_file_path, gcp_bucket_path)
Arguments
folder_file_path
folder to be copied to GCP bucket.
gcp_bucket_path
GCP bucket path to copy to files.
Value
No return value. Performs system copy to GCP bucket.
Examples
if (FALSE) {
Copy_To_GCP(folder_file_path = "plots/", gcp_bucket_path = "gs://bucket_name_and_folder_path")
}