View source: R/fct_list_gcs_bucket_objects.R
list_gcs_bucket_objects | R Documentation |
Makes a request to a user specified Google Cloud Storage bucket to list all objects in the bucket. Filters the response to return a list of GeoPackages (if any). This function uses the httr package for making authenticated HTTP requests and processing responses.
list_gcs_bucket_objects(token, bucket)
token |
a httr OAuth2.0 token which allows a user to make authenticated HTTP requests to the Google Cloud Storage API. |
bucket |
name of Google Cloud Storage bucket to list objects in. |
items - a character vector of the names of GeoPacakges in the Google Cloud Storage bucket.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.