get_dataset_loading_status | R Documentation |
Retrieves the status of the submitted dataset loading request
get_dataset_loading_status(loading_id, reactome_url = NULL)
loading_id |
The dataset loading process' id |
reactome_url |
URL of the Reactome API Server. Overwrites the URL set in the 'reactome_gsa.url' option. Specific ports can be set using the standard URL specification (for example http://your.service:1234) |
A list containing the id
, status
(can be "running", "complete", "failed"),
description
, and completed
(numeric between 0 - 1)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.