get_async_results {peermodels} | R Documentation |
Retrieves async results
Description
Retrieves async results
Usage
get_async_results(
model_name = NULL,
token = NULL,
api_key = NULL,
server = NULL
)
Arguments
model_name |
name of the model |
token |
async job token |
api_key |
API key |
server |
Server address. Defaults to PMN. |
Value
processed (from JSON to R object result of the call)
[Package peermodels version 0.10.3 Index]