| stream_path | R Documentation |
Returns the full path to the binary file that will be served at
stream/{token}_{id}.bin. The filename embeds the session token so
that simultaneous Shiny sessions never overwrite each other's data.
Call stream_init at least once per session before relying on
this function.
stream_path(id, session = shiny::getDefaultReactiveDomain())
id |
Character scalar. Stream identifier. Must be a valid file-name component (no path separators). |
session |
Shiny session object. Defaults to the currently active reactive domain. |
Invisible character scalar: absolute path to the .bin file.
stream_init, stream_to_js
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.