read_outputs
Retrieve selected or all outputs from a running Shiny app, including text, tables, plots, and images with summary data.
Instructions
Read outputs (all of them when ids is empty). Text and HTML come back as text, tables as
columns plus data rows (first 50, with the total), plots, images and htmlwidgets as images
after the JSON summary. Plots also give each panel's axis ranges (and the mapped variables for
ggplot2) in data; htmlwidgets give the data payload they were sent.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ids | No | ||
| app_id | Yes |