Good evening.
I would like to use the ichimiko package for an interactive visualization in r shiny.
I would like that every time the user choose a sticker, the graphic can change automatically.
When I put the code in the ui interface I get the following error ('cloud not existing').
But if I save the code before running the shinyApp, the code work Well. I get the graphic but the plot IS very great
Good evening. I would like to use the ichimiko package for an interactive visualization in r shiny. I would like that every time the user choose a sticker, the graphic can change automatically. When I put the code in the ui interface I get the following error ('cloud not existing').
But if I save the code before running the shinyApp, the code work Well. I get the graphic but the plot IS very great
ichimoku(getSymbols("AAPL", src = "yahoo", from=start_date, to=end_date, auto.assign=F))-> cloud
Below is the code.