Learn R Programming

openmpp (version 0.0.1)

get_service_config: 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)

Value

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

Arguments

job

Model run submission time stamp.

pos

Position.

Examples

Run this code
if (FALSE) {
use_OpenMpp_local()
get_service_config()
get_service_state()
get_disk_use()
}

Run the code above in your browser using DataLab