get_service_config {openmpp}R Documentation

OpenM++ Model Run Jobs and Service State

Description

Functions for retrieving or deleting service information. More information about these API endpoints can be found at here.

Usage

get_service_config()

get_service_state()

get_disk_use()

refresh_disk_use()

get_active_job_state(job)

get_queue_job_state(job)

get_hist_job_state(job)

set_queue_job_pos(pos, job)

delete_job_hist(job)

Arguments

job

Model run submission time stamp.

pos

Position.

Value

A list from a JSON response object, or nothing (invisibly).

Examples

## Not run: 
use_OpenMpp_local()
get_service_config()
get_service_state()
get_disk_use()

## End(Not run)


[Package openmpp version 0.0.1 Index]