Skip to contents

This function checks if a file exists in iRODS using the md5 checksum.

This function checks if a file exists in iRODS using the md5 checksum.

Usage

sodar_file_exists(
  md5,
  config = NULL,
  verbose = getOption("verbose", default = FALSE),
  return_raw = FALSE
)

sodar_file_exists(
  md5,
  config = NULL,
  verbose = getOption("verbose", default = FALSE),
  return_raw = FALSE
)

Arguments

md5

A character vector containing md5 checksums.

config

A list containing the SODAR configuration. If NULL, it tries to get it from the global options.

verbose

A logical value indicating whether to make verbose requests.

return_raw

A logical value indicating whether to return the raw response.

Value

A named logical vector indicating whether the file exists.

A named logical vector indicating whether the file exists.