Description Fields Usage Arguments Details
This class represents a collection of Parameter-class objects.
It provides methods for accessing, updating, and rendering the parmaeters
stored inside it.
list object containing
Parameter-class 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()
Id object.
Parameter-class object.
any object.
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 div
containing all the parameters" widgets.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.