Skip to contents

'listMetagenomicData' provides a table of all objects within the 'gs://metagenomics-mac' Google Cloud Bucket that are available for download.

Usage

listMetagenomicData()

Value

Tibble: information on the available files, including UUID, data type, Google Cloud Bucket object name, object size, and time the object was last updated

Examples

if (FALSE) { # \dontrun{
if(interactive()){
 listMetagenomicData()
 }
} # }