I am trying to assign a reactive variable(using shiny inputs inside) global scope with <<- operator in a user defined function which is placed in server. I am not able to access it in other user defined function placed in server as it is throwing error : variable not found. I also want to know any debugging technique that I can apply to know more about cause of the above error.
Asked
Active
Viewed 51 times
0
-
3I tend to discourage `< – r2evans Jul 23 '19 at 19:40
-
Where do you want to use this variable? If you want to create a reactive variable on server and use it in UI by assigning it with < – TimTeaFan Jul 23 '19 at 19:51