View source: R/omics_operations.R
omics_create_reference_store | R Documentation |
Creates a reference store.
See https://www.paws-r-sdk.com/docs/omics_create_reference_store/ for full documentation.
omics_create_reference_store(
name,
description = NULL,
sseConfig = NULL,
tags = NULL,
clientToken = NULL
)
name |
[required] A name for the store. |
description |
A description for the store. |
sseConfig |
Server-side encryption (SSE) settings for the store. |
tags |
Tags for the store. |
clientToken |
To ensure that requests don't run multiple times, specify a unique token for each request. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.