R/filesystem.R
gs_bucket.Rd
gs_bucket() is a convenience function to create anGcsFileSystem objectthat holds onto its relative path
gs_bucket()
GcsFileSystem
gs_bucket(bucket,...)
string GCS bucket name or path
Additional connection options, passed toGcsFileSystem$create()
GcsFileSystem$create()
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.
SubTreeFileSystem
if(FALSE){bucket<-gs_bucket("voltrondata-labs-datasets")}