-
Notifications
You must be signed in to change notification settings - Fork 1
Vague suggestions for future development
m. s. legrand edited this page Dec 26, 2018
·
1 revision
The issue is in testing the script. We cannot make a runApp call inside of the shiny app. Ie. embedded runApps are not allowed. Some possible work arounds to consider are
- launch a separate shell to run the test in a second shiny instance. (Cannot do with windows)
- Use some variation of modules?
- Use some variation of insertUI, removeUI
But there are questions on exactly how we would want to do this.
- share tibbles, but not shapes?
- one-way or two way sharing of tibs?
- embed svg inside svg?