timeLineProxy: timeLineProxy get an instance of a timeline

Description Usage Arguments Value Examples

View source: R/timeLineProxy.R

Description

timeLineProxy get an instance of a timeline

Usage

1
timeLineProxy(tlid, session = shiny::getDefaultReactiveDomain())

Arguments

tlid

a timeline instance id

session

shiny session

Value

an object of class timeline_proxy

Examples

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
## 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)

SMITIDvisu documentation built on Feb. 8, 2021, 9:06 a.m.