timeLineProxy {SMITIDvisu} | R Documentation |
timeLineProxy get an instance of a timeline
Description
timeLineProxy get an instance of a timeline
Usage
timeLineProxy(tlid, session = shiny::getDefaultReactiveDomain())
Arguments
tlid |
a timeline instance id |
session |
shiny session |
Value
an object of class timeline_proxy
Examples
## 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)
[Package SMITIDvisu version 0.0.9 Index]