log_job {openeo} | R Documentation |
Job log
Description
Opens the log of job.
Usage
log_job(job, offset = NULL, limit = NULL, con = NULL)
Arguments
job |
the job or the job_id |
offset |
the id of the log entry to start from |
limit |
the limit of lines to be shown |
con |
an optional connection if you want to address a specific service |
Value
a Log
object
[Package openeo version 1.3.1 Index]