Import an ISAtab sample sheet from a file
sodar_sheet_import.Rd
This function imports an ISAtab sample sheet from a file.
Usage
sodar_sheet_import(
project_uuid,
zip = NULL,
dir = NULL,
config = NULL,
verbose = getOption("verbose", default = FALSE),
return_raw = FALSE
)
Arguments
- project_uuid
A character string containing the UUID of the project where the sample sheet will be imported.
- 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.
- file
A character string containing the path to the ISAtab zip file.