Learn R Programming

myIO (version 1.2.0)

myIO_last_error: Diagnose myIO Rendering Errors

Description

Prints guidance on how to find the most recent JavaScript error from a myIO widget. In Shiny, errors are available as reactive inputs. Outside Shiny, errors appear in the browser's developer console.

Usage

myIO_last_error(outputId = NULL)

Value

Invisibly returns NULL. Called for its side effect (printing diagnostic guidance).

Arguments

outputId

optional Shiny output ID (character string). If provided, prints the exact Shiny input key to read.

Examples

Run this code
myIO_last_error()
myIO_last_error("chart1")

Run the code above in your browser using DataLab