matrixCtrl2UI | R Documentation |
Interactive controls of matrix view
matrixCtrl2UI(
id,
minN = 4,
selection = FALSE,
nfilter = FALSE,
pfilter = FALSE
)
id |
Character ID for specifying namespace, see |
minN |
Minimum number for numeric input filter. |
selection |
Whether to show selection input. |
nfilter |
Whether to show the N filter input. |
pfilter |
Whether to show the P filter input. |
This includes UI elements for selection and filtering of the matrix; these can be conditionally rendered.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.