R/output.ggplotly.1.R

Defines functions output.ggplotly.1

output.ggplotly.1 <- function(list_reactivevalue,i) {
	renderPlotly({
		ggplotly(
			list_reactivevalue[[i]],
			tooltip = "text"
		)
	})
}
irisweyermenkhoff/toyota-idv-functions documentation built on March 4, 2020, 9:57 a.m.