installApp | R Documentation |
Install the application. This function depends on the function 'renv::restore()' to install all dependencies.
installApp(appID, appPath=getwd())
appID |
ID of an application. You can copy the appID from LocalShiny website. |
appPath |
path under which the application files will be downloaded. Defaults to current working directory. |
# copy the appID from the LocalShiny website.
appID <- "idSVehNS"
installApp(appID)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.