logViewerOutput | R Documentation |
Creates a shiny table with table containing logged user actions. Table contents are auto updated whenever a user action is
logged. The id must match the same id configured in server.R file upon calling fw_server_setup
method
logViewerOutput(id = "logViewer")
id |
character id for the object(default = "logViewer") |
shiny tableOutput instance
action - the action that id logged in any place in app
time - action time
logViewerOutput('logViewer')
Add the log viewer box to your box list
It is paired with a call to fw_server_setup
method in server.R file
downloadFile
downloadFile_ValidateTypes
downloadFile_AvailableTypes
downloadablePlot
downloadFileButton
downloadableTableUI
downloadableTable
# Inside ui_body add the log viewer box to your box list
logViewerOutput('logViewerId')
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.