Extract Batch Index Filenames
extract_filenames_batch.RdExtracts batch index filenames from the list of all files in the GTDC AWS S3 index bucket.
Examples
if (FALSE) { # \dontrun{
index.list <- get_index_list_awscli()
extract_filenames_batch( index.list )
} # }