updateValueByTypeAndKind: Update Values

View source: R/JSON_library.R

updateValueByTypeAndKindR Documentation

Update Values

Description

Updates values without requiring knowledge of whether the value already exists or not- it will be checked by the roo server. Also adds valueType and valueKind if needed.

Usage

updateValueByTypeAndKind(newValue, entityKind, parentId, stateType, stateKind,
  valueType, valueKind,
  lsServerURL = racas::applicationSettings$client.service.persistence.fullpath)

Arguments

newValue

value to save, will be sent as a string

entityKind

kind of entity, e.g. "experiment"

parentId

id of the parent entity

stateType

lsType of the state

stateKind

lsKind of the state

valueType

lsType of the value

valueKind

lsKind of the value

Value

updated value object


mcneilco/racas documentation built on Aug. 30, 2024, 9:27 p.m.