Skip to contents

This function exports an ISAtab sample sheet from a project.

Usage

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

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

Arguments

project_uuid

A character string containing the UUID of the project to export.

file

A character string containing the name of the file to be exported.

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

  • sodar_sheet_export_zip: The name of the file exported.

  • sodar_sheet_export_json: A list with the exported isatab structure.