View source: R/omics_operations.R
| omics_create_configuration | R Documentation |
Create a new configuration.
See https://www.paws-r-sdk.com/docs/omics_create_configuration/ for full documentation.
omics_create_configuration(
name,
description = NULL,
runConfigurations,
tags = NULL,
requestId
)
name |
[required] User-friendly name for the configuration. |
description |
Optional description for the configuration. |
runConfigurations |
[required] Required run-specific configurations. |
tags |
Optional tags for the configuration. |
requestId |
[required] Optional request idempotency token. If not specified, a universally unique identifier (UUID) will be automatically generated for the request. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.