Closed phineas-pta closed 6 years ago
You have to use a formula
, and input$choice is a character
, and so :
as.formula(paste0(input$choice, " ~ Type"))
Thank you very much. That's a nice workaround.
I can't find any help on the internet about it;
Although I still prefer to have the ability to directly use the formula like with the built-in function boxplot
.
Could I make it a pull request or would you like me to close the issue now ?
Hello, I'm writing a shiny app with
rAmCharts
interactive plot When I useamBoxplot
with a formula, the plot is completely wrongA reproducible example :
I have also tried
get(input$choice)
but it's still the same problemDo you have any idea ?