Initializes a ShinyApp in RStudio Viewer (or the default browser if Viewer is unavailable) showing details of the submitted run. If using RStudio, the plot will auto-update with information collected from the server. For more details about the run, click the web view link. The widget will stop running once the run has reached a terminal state: "Failed", "Completed", or "Canceled".
If you are running this method from an RMarkdown file, the run details table will show up in the code chunk output instead of the Viewer.
1 | view_run_details(run, auto_refresh = TRUE)
|
run |
Run object |
auto_refresh |
Boolean indicating whether or not widget should update run details automatically. The default is TRUE when using RStudio. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.