justinjm / googleCloudAutoMLTablesR

R package for interacting with Google Cloud AutoML Tables API
https://code.justinmarciszewski.me/googleCloudAutoMLTablesR
Other
4 stars 2 forks source link

Add option to fetch level of detail for gcat_list_datasets #29

Open justinjm opened 4 years ago

justinjm commented 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

https://github.com/cloudyr/googleCloudStorageR/blob/master/R/buckets.R#L113