--
You received this message because you are subscribed to the Google Groups "Shiny - Web Framework for R" group.
To unsubscribe from this group and stop receiving emails from it, send an email to shiny-discus...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.
Hi,
I am not sure if Joe's answer applies to my app too...
I am trying to create a multi-page web app in shiny using a single server.R file and multiple html.ui files. Is this possible?
This is an example of what I have presently – http://glimmer.rstudio.com/wade2013/test2/
I am trying to make each page have different functionalities but nothing is being passed to my second.html page.
How should I proceed?
Thanks,
--