View source: R/summarisematrix.R
summarisematrixInput | R Documentation |
This module provides a form element and associated get function for defining how a summary statistic is calculated (probably by mean).
summarisematrixInput(id, allow_none = TRUE, select_summary_type = TRUE)
id |
Submodule namespace |
allow_none |
Allow a 'no summarisation' selection. |
select_summary_type |
Allow user to select summary type (e.g. mean)? |
output An HTML tag object that can be rendered as HTML using as.character()
contrastsInput("test")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.