installApp: Install applications

View source: R/install.R

installAppR Documentation

Install applications

Description

Install the application. This function depends on the function 'renv::restore()' to install all dependencies.

Usage

installApp(appID, appPath=getwd())

Arguments

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.

Examples

# copy the appID from the LocalShiny website.
appID <- "idSVehNS"
installApp(appID)

localshiny/localshiny documentation built on May 14, 2023, 6:31 p.m.