Skip to contents

This function creates a landing zone for a project.

Usage

sodar_lz_create(
  project_uuid,
  create_colls = TRUE,
  restrict_colls = TRUE,
  title = "",
  assay_uuid = NULL,
  config = NULL,
  verbose = getOption("verbose", default = FALSE),
  return_raw = FALSE
)

Arguments

project_uuid

A character string containing the UUID of the project.

create_colls

A logical value indicating whether to create collections for the landing zone.

restrict_colls

A logical value indicating whether to restrict collections for the landing zone.

title

A character string containing the title suffix of the landing zone.

assay_uuid

A character string containing the UUID of the assay to associate with the landing zone. If NULL, the first assay found will be used.

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 landing zone created.

See also

sodar_lz_retrieve sodar_lz_list