Run Wallace Application
run_wallace.Rd
This function runs the Wallace application in the user's default web browser.
Usage
run_wallace(launch.browser = TRUE, port = getOption("shiny.port"))
Note
Please see the official website (https://wallaceecomod.github.io/) for more details. If you have questions about the application, please participate in the Google Group, or email the team directly: wallaceEcoMod@gmail.com.
Examples
if(interactive()) {
run_wallace()
}