Searches for the given pattern in the UMCCR umccr-primary-data-prod
AWS S3
bucket.
Arguments
- pat
Pattern to search for (e.g. 'multiqc_data.json').
- rows
Max number of rows to return.
Value
Tibble with S3 path, object size, date modified, id, unique hash.
Examples
if (FALSE) { # \dontrun{
pat <- "qc_summary.tsv.gz"
s3_search(pat, 10)
} # }