timeLineProxy {SMITIDvisu} | R Documentation |
timeLineProxy get an instance of a timeline
timeLineProxy(tlid, session = shiny::getDefaultReactiveDomain())
tlid |
a timeline instance id |
session |
shiny session |
an object of class timeline_proxy
## Not run: ## server.R ## output server variable output$timeline <- renderTimeLine({ timeLine(data.frame(), "") }) ## ui.R timeLineOutput("timeline") ## server.R tlproxy <- timeLineProxy("timeline") ## End(Not run)