View source: R/ExperimentalMeasuresModule.R
the UI for a very simple message box module
1 2 3 4 5 6 7 8 | ExperimentalMeasuresUI(
id,
title,
boxHeight = 300,
boxWidth = 320,
fontSize = 20,
backgroundColor = "beige"
)
|
id |
character string, the html document's widget id |
title |
character string, title for the box |
boxHeight |
integer pixels, 30 by default |
boxWidth |
integer pixels, 200 by default |
fontSize |
integer pixels, 20 by default |
backgroundColor |
character string, uses standard CSS naming conventions, "beige" by default |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.