installApp | R Documentation |
In order to run the OmicNavigator web app on your local machine, the app must
be installed in the www/
subdirectory of the R package. If you
installed the release tarball from the GitHub Releases page, then you already
have the app installed. If you installed directly from GitHub with
install_github
, or if you want to use a different version of the app,
you can manually download and install the app.
installApp(version = NULL, overwrite = FALSE, lib.loc = NULL, ...)
version |
Version of the web app to install, e.g. |
overwrite |
Should an existing installation of the app be overwritten? |
lib.loc |
a character vector with path names of R libraries.
See ‘Details’ for the meaning of the default value of |
... |
Passed to |
A one-element character vector with the absolute path to the directory in which the app files were installed
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.