| stream_file_id | R Documentation |
Combines session$token with id to produce the string used
both by stream_path (as the filename stem) and by the browser
as the URL path component under stream/.
stream_file_id(id, session = shiny::getDefaultReactiveDomain(), token = NULL)
id |
Character scalar. The base stream identifier (no path separators). |
session |
Shiny session object. Defaults to the active reactive domain. |
token |
Character scalar or |
Character scalar: "{token}_{id}".
stream_path, stream_viz,
updateStreamViz
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.