View source: R/solution_modifications.R
setInputValue | R Documentation |
Sets the value of an input for a given parent element
setInputValue(sol, parentid, id, value, datatype = NULL)
sol |
solution object |
parentid |
id of input parent |
id |
id of the input |
value |
new value |
datatype |
datatype (optional) |
modified solution object
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.