reactlog_write: Write reactlog

View source: R/showReactLog.R

reactlog_writeR Documentation

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 of output file. If a NULL file is given, the json representation is return.

session_token

Session token identifier to be used when subsetting the complete reactlog


reactlog documentation built on Sept. 26, 2022, 5:05 p.m.