get_job_result | R Documentation |
It can be safely retried multiple times until the job is done.
get_job_result(job_id, timeout = 10)
job_id |
The avatarization job id |
timeout |
The time to wait for a result in seconds |
A list containing the job response
privacy_metricsa list containg privacy metrics, with names 'local_cloaking' and 'hidden_rate'
avatars_dataseta list containing the avatars dataset metadata
## Not run:
get_job_result(job_id)$metrics$local_cloaking
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.