Learn R Programming

⚠️There's a newer version (1.3.4) of this package.Take me there.

rsconnect

An R package used for deploying applications to the ShinyApps hosted service, or to RStudio Connect.

Installation

To install directly from GitHub, run this:

if (!require("devtools"))
  install.packages("devtools")
devtools::install_github("rstudio/rsconnect")

Usage

To get started using ShinyApps check out the Getting Started Guide.

For more information using RStudio Connect, see the RStudio Connect User Guide.

Legal Stuff

TensorFlow, the TensorFlow logo and any related marks are trademarks of Google Inc., and are not affiliated with RStudio, Inc.

Copy Link

Version

Install

install.packages('rsconnect')

Monthly Downloads

53,796

Version

0.8.13

License

GPL-2

Maintainer

Jonathan McPherson

Last Published

January 10th, 2019

Functions in rsconnect (0.8.13)

deploySite

Deploy a Website
setAccountInfo

Set ShinyApps Account Info
generateAppName

Generate Application Name
showMetrics

Show Application Metrics
lint

Lint a Project
showProperties

Show Application property
rsconnect-package

Deployment Interface for R Markdown Documents and Shiny Applications
rpubsUpload

Upload a file to RPubs
accounts

Account Management Functions
deployments

List Application Deployments
servers

Server Management Functions
forgetDeployment

Forget Application Deployment
rsconnectPackages

Using Packages with rsconnect
setProperty

Set Application property
linter

Create a Linter
showInvited

List invited users for an application
listBundleFiles

List Files to be Bundled
taskLog

Show task log
terminateApp

Terminate an Application
deployTFModel

Deploy a TensorFlow saved model
makeLinterMessage

Construct a Linter Message
removeAuthorizedUser

Remove authorized user from an application
deployApp

Deploy an Application
unsetProperty

Unset Application property
restartApp

Restart an Application
deployDoc

Deploy a Document
tasks

List Tasks
rsconnectOptions

Package Options
showUsers

List authorized users for an application
showUsage

Show Application Usage
showLogs

Show Application Logs
writeManifest

Create a manifest.json describing deployment requirements.
addAuthorizedUser

Add authorized user to application
addLinter

Add a Linter
appDependencies

Detect Application Dependencies
configureApp

Configure an Application
authorizedUsers

(Deprecated) List authorized users for an application
applications

List Deployed Applications
deployAPI

Deploy a Plumber API
accountUsage

Show Account Usage
connectUser

Connect User Account