output$index_list <- renderDataTable({
nse2r::nse_index_list()
})
output$index_quote <- renderDataTable({
nse2r::nse_index_quote()
})
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.