deployShinyAppForUser: Deploy a shiny app for a single user

Description Usage Arguments

View source: R/shinyUtilities.R

Description

Deploy a shiny app for a single user

Usage

1
2
3
deployShinyAppForUser(appDevPath, appTmpPath, appProdPath = paste0("/home/",
  Sys.info()[7], "/ShinyApps/"), user = Sys.info()[7], appName, versionNo,
  changes, sendEmail = T)

Arguments

appDevPath

The file path where the current dev version shiny app located

appTmpPath

A temporary location that the shiny app will be moved to

appProdPath

The production path that the shiny app will be deployed for the user

user

User details of the shiny app

appName

App's name

versionNo

Version No of shiny app

changes

Changes that have been updated for the shiny app

sendEmail

Send an email to the user after the deployment completion


ivanliu1989/RQuant documentation built on Sept. 13, 2019, 11:53 a.m.