shinylight.passToOther {shinylight}R Documentation

JavaScript function

Description

Open another tab with another (possibly remote from this one) instance of shinylight, initializing it with our own data.

Arguments

url

string The URL of the other shinylight instance

data

any The JSON to send. If a string is passed, this is assumed to be JSON and sent as-is. Otherwise it is stringified into JSON before being sent.


[Package shinylight version 1.2 Index]