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
added runcodeUI() and runcodeServer() functions that you can add to your app in order to run arbitrary R code interactively
added showLog() function which lets you redirect all JavaScript logging statements to the R console, to make it easier and quicker to debug apps without having to open the JS console (#88)
MAJOR CHANGES
onclick and onevent now support callback functions, and the JavaScript Event object is passed to the callback (#92)