gcs_contents | R Documentation |
A shallow wrapper for googleCloudStorageR::gcs_list_objects()
. If WD supplied, it will only show objects for that project.
gcs_contents(
WD = "?",
cloud_dir = NULL,
bucket = "gp-cloud",
detail = "summary",
pattern = NULL,
...
)
WD |
WD working directory, passed to |
cloud_dir |
default=NULL; which directory in the chosen bucket do you want to list? Options= "css","icons","lessons","logos","people" |
bucket |
default="GP-Studio"; which bucket do you want to pick? |
detail |
the detail parameter for |
pattern |
default=NULL; pattern for filtering rows |
... |
other parameters passed to |
a Tibble with success, filenames and download links
Other google cloud storage:
gcs_add()
,
gcs_delete()
,
upload_assets()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.