.removeInvalidChoices | R Documentation |
Removes invalid values in a slot of a Panel object.
This is usually called in .refineParameters
.
.removeInvalidChoices(x, field, choices)
x |
An instance of a Panel class. |
field |
String containing the name of the relevant slot. |
choices |
Character vector of permissible values for this slot. |
x
where the slot named field
is replaced only with the values that exist in choices
.
Kevin Rue-Albrecht
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.