Learn R Programming

SMITIDvisu (version 0.0.9)

timeLineProxy: 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

Run this code
# NOT RUN {
## server.R
## output server variable
output$timeline <- renderTimeLine({
         timeLine(data.frame(), "")
       })
## ui.R
timeLineOutput("timeline")
## server.R
tlproxy <- timeLineProxy("timeline")
# }

Run the code above in your browser using DataLab