View source: R/install_user_app.R
install_user_app | R Documentation |
Install shiny app package and dependencies
install_user_app( os, library_path, repo_location, repo, repos, package_install_opts, rtools_path_win )
os |
os |
library_path |
path to the new Electron app's R's library folder |
repo_location |
remotes package function, one of c("github", "gitlab", "bitbucket", "local") |
repo |
e.g. if repo_location is github: "ocelhay/shinyboxtestapp" ; if repo_location is local: "C:/Users/olivier/shinyboxtestapp" |
repos |
cran like repository package dependencies will be retrieved from |
package_install_opts |
further arguments to remotes::install_github, install_gitlab, install_bitbucket, or install_local |
rtools_path_win |
path to RTools (Windows) |
App name
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.