This class represents a collection of Parameter objects. It provides methods for accessing, updating, and rendering the parameters stored inside it.
list
object containing
Parameter objects.
x$print()
x$show()
x$repr()
x$names()
x$ids()
x$length()
x$get(id)
x$set(id, value)
x$add(p)
x$render(id)
x$render_all()
print the object.
show the object.
character
representation of object.
return character
names of parameters.
return character
parameter unique identifiers.
return integer
number of parameters in object.
retrieve the value of a parameter in the object
using an Id
object.
change the value of a parameter in the object to a new object.
generate a shiny widget to modify the
the value of a parameter (specified by argument Id
).
generate a shiny::div()
containing all the parameters" widgets.