reactlog (version 1.0.0)

reactlog_write: Write reactlog

Description

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.

Usage

reactlog_write(log, file = stdout(), session_token = NULL)

Arguments

log

produced by shiny to be written

file

location to cat the file to

session_token

Session token identifier to be used when subsetting the complete reactlog