does shiny support the functions within the ggmap package?
--
You received this message because you are subscribed to the Google Groups "Shiny - Web Framework for R" group.
To unsubscribe from this group and stop receiving emails from it, send an email to shiny-discus...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.
does shiny support the functions within the ggmap package?
--
output$myPlot <- renderPlot(
{test$PlotConditions(cityLat=37.78, cityLon=-122.42, zoom=10, interpolate=TRUE)}
, width = 800
, height = 600
)
To unsubscribe from this group and stop receiving emails from it, send an email to shiny-discuss+unsubscribe@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.