Hi,
currently I am trying to find a solution for executing chunks if the value(column name in table) from a textInput references to a numerical column in a given dataset.
I would like to check, if data[input$variable] is numerical. If True, the chunk should be executed.
I am using chunks in R Markdown and try to get an interactive shiny document.
thank you
Gauß