# 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