As discussed before, runVis was not a great implementation since it assumed certain object existed in the workspace. These changes will deprecate runVis in favor of runShiny which allows one to pass objects to the shiny app explicitly as well as easily embed the shiny app into R Markdown documents. This pull request will close issue #11.
As discussed before,
runVis
was not a great implementation since it assumed certain object existed in the workspace. These changes will deprecaterunVis
in favor ofrunShiny
which allows one to pass objects to the shiny app explicitly as well as easily embed the shiny app into R Markdown documents. This pull request will close issue #11.