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)

wnattt/localshiny documentation built on July 14, 2022, 5:37 p.m.