juba / robservable

Observable notebooks as R htmlwidgets
https://juba.github.io/robservable/
163 stars 11 forks source link

Proxy Methods #32

Closed timelyportfolio closed 4 years ago

timelyportfolio commented 4 years ago

As discussed in #11 this pull request will add proxy methods for use in Shiny. For now we have two methods:

  1. update which will update Observable inputs
  2. observe which adds an observer that will communicate with Shiny to an Observable variable
juba commented 4 years ago

Merged. Many thanks !