View source: R/get_deleted_files.R
get_deleted_files | R Documentation |
Find files that used to be in S3 that are marked for deletion of their data provenance
get_deleted_files(bucket = NULL, prefix = NULL, DAG = NULL, file_type = NULL)
bucket |
(Required) Bucket to query |
prefix |
(Required) Bucket prefix to query |
DAG |
(Optional) Data access group(s) to query if you are part of multiple DAG's |
file_type |
(Optional) Specific file type(s) to query for, such as "bamCramSam", "variants" or "tabularMatrix" |
A data frame containing metadata about files marked for deletion of data provenance. Requesting data from a specific prefix can speed up the request.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.