Movatterモバイル変換


[0]ホーム

URL:


Skip to contents

Connect to a Google Cloud Storage (GCS) bucket

Source:R/filesystem.R
gs_bucket.Rd

gs_bucket() is a convenience function to create anGcsFileSystem objectthat holds onto its relative path

Usage

gs_bucket(bucket,...)

Arguments

bucket

string GCS bucket name or path

...

Additional connection options, passed toGcsFileSystem$create()

Value

ASubTreeFileSystem containing anGcsFileSystem and the bucket'srelative path. Note that this function's success does not guarantee that youare authorized to access the bucket's contents.

Examples

if(FALSE){bucket<-gs_bucket("voltrondata-labs-datasets")}

[8]ページ先頭

©2009-2025 Movatter.jp