View source: R/omics_operations.R
omics_list_runs | R Documentation |
Retrieves a list of runs.
See https://www.paws-r-sdk.com/docs/omics_list_runs/ for full documentation.
omics_list_runs(
name = NULL,
runGroupId = NULL,
startingToken = NULL,
maxResults = NULL,
status = NULL
)
name |
Filter the list by run name. |
runGroupId |
Filter the list by run group ID. |
startingToken |
Specify the pagination token from a previous request to retrieve the next page of results. |
maxResults |
The maximum number of runs to return in one page of results. |
status |
The status of a run. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.