reactlog_write | R Documentation |
Write the reactlog to a file. If a session token is provided, all reactive interactions will be subsetted to either the global session or the session provided.
reactlog_write(log, file = stdout(), session_token = NULL)
log |
produced by shiny to be written |
file |
location of output file. If a |
session_token |
Session token identifier to be used when subsetting the complete reactlog |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.