View source: R/omics_operations.R
omics_list_shares | R Documentation |
Retrieves the resource shares associated with an account. Use the filter parameter to retrieve a specific subset of the shares.
See https://www.paws-r-sdk.com/docs/omics_list_shares/ for full documentation.
omics_list_shares(
resourceOwner,
filter = NULL,
nextToken = NULL,
maxResults = NULL
)
resourceOwner |
[required] The account that owns the resource shares. |
filter |
Attributes that you use to filter for a specific subset of resource shares. |
nextToken |
Next token returned in the response of a previous ListReadSetUploadPartsRequest call. Used to get the next page of results. |
maxResults |
The maximum number of shares to return in one page of results. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.