gcs_compose_objects: Compose up to 32 objects into one

Description Usage Arguments Value See Also Examples

View source: R/compose.R

Description

This merges objects stored on Cloud Storage into one object.

Usage

1

Arguments

objects

A character vector of object names to combine

destination

Name of the new object.

bucket

The bucket where the objects sit

Value

Object metadata

See Also

Compose objects

Other object functions: gcs_copy_object(), gcs_delete_object(), gcs_get_object(), gcs_list_objects(), gcs_metadata_object()

Examples

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
## Not run: 
 gcs_global_bucket("your-bucket")
 objs <- gcs_list_objects()
 
 compose_me <- objs$name[1:30]
 
 gcs_compose_objects(compose_me, "composed/test.json")


## End(Not run)

MarkEdmondson1234/googleCloudStorageR documentation built on April 27, 2021, 11:41 a.m.