Hi Dears,
I am wondering how can I use a reactive logical expression as a value for an argument in code chunk.
for example as an argument to eval in the following chunk
{r,eval="input$task == 'Bond Analysis'",results='asis'}
asis_output("Row \n")
asis_output("-------------------------------------\n")
asis_output("### Price")
task is a selectInput with multiple choices. No matter what, this chunk is evaluated.