deepblue_list_requests {DeepBlueR} | R Documentation |
List the Requests made by the user. It is possible to obtain only the requests of a given state.
deepblue_list_requests(request_state = NULL, user_key = deepblue_options("user_key"))
request_state |
- A string (Name of the state to get requests for. The valid states are: new, running, done, and failed.) |
user_key |
- A string (users token key) |
data_state - A array (Request-IDs and their state)
Other Requests status information and results: deepblue_get_request_data
deepblue_list_requests(request_state = 'running')