You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Could data be passed back from the visualisation to an object in [R]?
For example. on this simple shiny app I'd ideally like to be able to populate a list in [R] based on nodes that are clicked. Currently, I have to do it via a checkbox list and clicking the nodes just calls a basic 'alert("You clicked " + d.name);'.
The text was updated successfully, but these errors were encountered:
TS404
changed the title
Pass info from D3 back to [r]
Pass info from D3 back to [R]
Apr 27, 2020
Could data be passed back from the visualisation to an object in [R]?
For example. on this simple shiny app I'd ideally like to be able to populate a list in [R] based on nodes that are clicked. Currently, I have to do it via a checkbox list and clicking the nodes just calls a basic
'alert("You clicked " + d.name);'
.The text was updated successfully, but these errors were encountered: