Skip to contents

This function retrieves details of an investigation from a project. This can be used to retrieve assay UUIDs for landing zone operations.

Usage

sodar_investigation_retrieve(
  project_uuid,
  config = NULL,
  verbose = getOption("verbose", default = FALSE),
  return_raw = FALSE
)

Arguments

project_uuid

A character string containing the UUID of the project.

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 list with the details of the investigation.