View source: R/welcomeMessage.R
welcomeMessage | R Documentation |
HTML widget for showing a welcome message in the chat app. This has been created to be able to bind the message to a shiny event to trigger a new render.
welcomeMessage(
ide_colors = get_ide_theme_info(),
translator = create_translator(),
width = NULL,
height = NULL,
element_id = NULL
)
ide_colors |
List containing the colors of the IDE theme. |
translator |
A Translator from |
width , height |
Must be a valid CSS unit (like |
element_id |
The element's id |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.