deploy_apps: Deploy apps to a server

Description Usage Arguments

View source: R/deploy_all.R

Description

Run this in the terminal (not RStudio IDE) as it has issues when installing some packages.

Usage

1
2
3
4
deploy_apps(account = "testing-apps", server = "shinyapps.io",
  apps = TRUE, libpath = default_libpath(), cores = 3,
  testing_repo = "rstudio/testShinyExamples",
  examples_repo = "rstudio/shiny-examples")

Arguments

account, server

args supplied to [rsconnect::deployApp]

apps

A vector of three digit character values or TRUE to deploy all apps

libpath

library location. (Creates the path if it does not exist.)

cores

number of cores to use when deploying

testing_repo

Location of the testShinyExamples R pkg

examples_repo

Location of the shiny examples repo


rstudio/testShinyExamples documentation built on May 6, 2019, 8:30 p.m.