getJobLogs | R Documentation |
Retrieve job log from API
getJobLogs(job_id, opts = antaresRead::simOptions())
job_id |
The job identifier. |
opts |
List of simulation parameters returned by the function
|
Logs as character string.
## Not run: antaresRead::setSimulationPathAPI( host = "http://localhost:8080", study_id = "39c604fc-687f-46c4-9fa6-59b57ff9c8d1", token = NULL, simulation = "input" ) job <- runSimulation() getJobLogs(job) ## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.