View source: R/streamingMessage.R
streamingMessage | R Documentation |
Places an invisible empty chat message that will hold a streaming message. It can be reset dynamically inside a shiny app
streamingMessage(
ide_colors = get_ide_theme_info(),
width = NULL,
height = NULL,
element_id = NULL
)
ide_colors |
List containing the colors of the IDE theme. |
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.