setInputValue: Sets the value of an input for a given parent element

View source: R/solution_modifications.R

setInputValueR Documentation

Sets the value of an input for a given parent element

Description

Sets the value of an input for a given parent element

Usage

setInputValue(sol, parentid, id, value, datatype = NULL)

Arguments

sol

solution object

parentid

id of input parent

id

id of the input

value

new value

datatype

datatype (optional)

Value

modified solution object


simplaceUtil documentation built on Aug. 6, 2024, 3:01 p.m.