Hi Community, I am trying to add graph for the output which i have generated using shiny. I am getting error for graph generation. Can someone please have a look and assist.
I am getting error for unused argument
output$graph<- renderPlotly({
plotly( x= c(as.numeric(input$contract), round(frateperton()), differencerate()),
y= c('Contract Rate', 'ZBC Rate', 'Difference'),
name = "Zero Based Rate Chart",
type = "bar")
})