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

54,186

Version

0.8.12

License

GPL-2

Maintainer

Jonathan McPherson

Last Published

December 5th, 2018

Functions in rsconnect (0.8.12)

accounts

Account Management Functions
deployApp

Deploy an Application
makeLinterMessage

Construct a Linter Message
terminateApp

Terminate an Application
deployTFModel

Deploy a TensorFlow saved model
deploySite

Deploy a Website
unsetProperty

Unset Application property
rsconnectOptions

Package Options
deployDoc

Deploy a Document
removeAuthorizedUser

Remove authorized user from an application
linter

Create a Linter
listBundleFiles

List Files to be Bundled
generateAppName

Generate Application Name
lint

Lint a Project
setProperty

Set Application property
setAccountInfo

Set ShinyApps Account Info
showUsers

List authorized users for an application
showUsage

Show Application Usage
restartApp

Restart an Application
rpubsUpload

Upload a file to RPubs
showInvited

List invited users for an application
deployments

List Application Deployments
showMetrics

Show Application Metrics
showProperties

Show Application property
writeManifest

Create a manifest.json describing deployment requirements.
rsconnect-package

Deployment Interface for R Markdown Documents and Shiny Applications
showLogs

Show Application Logs
forgetDeployment

Forget Application Deployment
rsconnectPackages

Using Packages with rsconnect
servers

Server Management Functions
taskLog

Show task log
tasks

List Tasks
accountUsage

Show Account Usage
addAuthorizedUser

Add authorized user to application
addLinter

Add a Linter
connectUser

Connect User Account
authorizedUsers

(Deprecated) List authorized users for an application
configureApp

Configure an Application
appDependencies

Detect Application Dependencies
deployAPI

Deploy a Plumber API
applications

List Deployed Applications