gs_bucket: Connect to a Google Cloud Storage (GCS) bucket

View source: R/filesystem.R

gs_bucketR Documentation

Connect to a Google Cloud Storage (GCS) bucket

Description

gs_bucket() is a convenience function to create an GcsFileSystem object that holds onto its relative path

Usage

gs_bucket(bucket, ...)

Arguments

bucket

string GCS bucket name or path

...

Additional connection options, passed to GcsFileSystem$create()

Value

A SubTreeFileSystem containing an GcsFileSystem and the bucket's relative path. Note that this function's success does not guarantee that you are authorized to access the bucket's contents.

Examples


bucket <- gs_bucket("voltrondata-labs-datasets")


arrow documentation built on Sept. 11, 2024, 8:02 p.m.