track_progress {captr}R Documentation

Track Progress of a Job

Description

Check what percentage of the job is digitized

Usage

track_progress(job_id = "")

Arguments

job_id

ID for the job (which you get from related_job_id field of submit_batch)

References

https://shreddr.captricity.com/developer/

Examples

## Not run: 
track_progress("job_id")

## End(Not run)

[Package captr version 0.3.0 Index]