gcs_add | R Documentation |
upload_assets()
: Add a file to Google Cloud Storage bucketA shallow wrapper for googleCloudStorageR::gcs_upload()
with GP error checking. Will validate:
file(s) exist
gcs_add(assets, bucket = "gp-cloud", key = NULL)
assets |
expects a tibble with local path(s) to a file. Must have columns:
|
bucket |
GCS bucket; default= "gp-cloud" |
key |
name of the galacticPubs key to add to Google Cloud meta data. Passed to |
boolean of success
Other google cloud storage:
gcs_contents()
,
gcs_delete()
,
upload_assets()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.