Open justinjm opened 4 years ago
to keep printed output for end users clean and concise
One option is to use switch() like gcs_list_buckets(). End users likely only need displayName, CreateTime and other gcat functions would use full detail to obtain datasetId
switch()
gcs_list_buckets()
https://github.com/cloudyr/googleCloudStorageR/blob/master/R/buckets.R#L113
to keep printed output for end users clean and concise
One option is to use
switch()
likegcs_list_buckets()
. End users likely only need displayName, CreateTime and other gcat functions would use full detail to obtain datasetIdhttps://github.com/cloudyr/googleCloudStorageR/blob/master/R/buckets.R#L113