Skip to contents

Lists relevant files in a GDS directory.

Usage

gds_files_list_filter_relevant(
  gdsdir,
  token,
  pattern = NULL,
  include_url = FALSE,
  page_size = 100,
  regexes = DR_FILE_REGEX
)

Arguments

gdsdir

GDS directory.

token

ICA access token.

pattern

Pattern to further filter the returned file type tibble.

include_url

Include presigned URLs to all files within the GDS directory (def: FALSE).

page_size

Page size (def: 100).

regexes

Tibble with regex and function name.

Value

A tibble with type, bname, size, file_id, path, and presigned URL.