getExperimentValuesByTypeAndKind: Get Experiment Values

View source: R/JSON_library.R

getExperimentValuesByTypeAndKindR Documentation

Get Experiment Values

Description

Get values without requiring knowledge of whether the value already exists or not- it will be checked by the roo server.

Usage

getExperimentValuesByTypeAndKind(experimentId, stateType, stateKind, valueType,
  valueKind, responseFormat = "json",
  lsServerURL = racas::applicationSettings$client.service.persistence.fullpath)

Arguments

experimentId

id or codeName of the experiment

stateType

lsType of the state

stateKind

lsKind of the state

valueType

lsType of the value

valueKind

lsKind of the value

responseFormat

"json" or maybe "tsv"

Value

List of experiment values.


mcneilco/racas documentation built on April 19, 2024, 1:12 p.m.