gcs_delete | R Documentation |
upload_assets()
: Delete a file from Google Cloud Storage bucket if not found locallyA shallow wrapper for googleCloudStorageR::gcs_delete_object()
with GP error checking. Will validate:
file(s) exist
gcs_delete(cloud_path, bucket = "gp-cloud")
cloud_path |
expects a vector of 1 or more cloud_paths in the form: 'lessons/PROJ/x.jpg' |
bucket |
GCS bucket; default= "gp-cloud" |
tibble of successes
Other google cloud storage:
gcs_add()
,
gcs_contents()
,
upload_assets()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.