startApp {OmicNavigator} | R Documentation |
Start app on local machine
Description
After you have installed at least one OmicNavigator study package with
installStudy
, you can explore the results in the app. The
function startApp
starts a local instance of the app running on your
current machine. It will automatically open the app in your default browser.
For the best experience, use Google Chrome. From the dropdown menu, you will
be able to select from any of the studies you have installed on your machine.
When you are finished, you can stop the web server by returning to the R
console and pressing the Esc key (Windows) or Ctrl-C (Linux, macOS).
Usage
startApp(...)
Arguments
... |
extra parameters passed to ocpu_start_server |
Details
Note that the app can't be run from within RStudio Server.
The app requires some additional R packages to run. If you receive an error
about a missing package, please install it with
install.packages
. To ensure you have all the extra
packages installed, you can run the command below:
install.packages(c("faviconPlease", "opencpu", "UpSetR"))
Value
No return value. This function is only called for the side effect of running a local instance of the app.