Learn R Programming

SMITIDvisu (version 0.0.9)

updateTimeLine: updateTimeLine

Description

updateTimeLine

Usage

updateTimeLine(tlProxy, data, title)

Arguments

tlProxy

a timeline proxy instance

data

new data

title

new title

See Also

timeLine

Examples

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

Run the code above in your browser using DataLab