-
Notifications
You must be signed in to change notification settings - Fork 26
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
added_yes_no_question #70
Conversation
We should remove the Does |
Yes you are right! Whatabout menu() ? |
I generally just use Although, as I write that, I'm not sure how that would work because technically a shiny server is never interactive()? Hmmm |
So yeah I changed it to menu() so it can actually work not interactively.. Does that work for you ? |
Using |
Wrapped it in if(inteactive){} statements |
Thanks I'll test (I think this will never be true within Shiny) |
Yeah but at least you can test your app by running the code snippet such as in #64 |
Added yes or no questions for client danger errors to be able to bypass them in local tests