What are you trying to achieve? Do you want to have the same data displayed in both a table and a plot? You might be better off creating a common data object that is then accessed by both the table inside renderTable() and the plot inside renderPlot().