I have a problem to editing an actionLink in a shiny app under some conditions.
For example, if a condition is true, the label of actionLink must be, for example, "hello"; under another condition the label must be "hello2".
I really don't know how to fix this.
Thank you very much,
Alex
it's not so easy.
in the UI page i have this part of code:
column(1,align="center",
actionLink("Home","HOME",style="color: white; display: block;padding-top: 20px;}")
).
When a condition is active the label of actionLink must be became "HOME2" and not "HOME".
viceversa with the other condition