Learn R Programming

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

rsconnect

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

Installation

You can install the released version of rsconnect from CRAN with:

install.packages("rsconnect")

And the development version from GitHub with:

# install.packages("devtools")
devtools::install_github("rstudio/rsconnect")

Example

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

51,898

Version

0.8.17

License

GPL-2

Issues

Pull Requests

Stars

Forks

Maintainer

Jonathan McPherson

Last Published

April 9th, 2021

Functions in rsconnect (0.8.17)

deployAPI

Deploy a Plumber API
deployTFModel

Deploy a TensorFlow saved model
deployments

List Application Deployments
rsconnectPackages

Using Packages with rsconnect
deployDoc

Deploy a Document
lint

Lint a Project
servers

Server Management Functions
listBundleFiles

List Files to be Bundled
deploySite

Deploy a Website
linter

Create a Linter
rpubsUpload

Upload a file to RPubs
makeLinterMessage

Construct a Linter Message
rsconnect-package

Deployment Interface for R Markdown Documents and Shiny Applications
addLinter

Add a Linter
setAccountInfo

Set ShinyApps Account Info
showUsage

Show Application Usage
setProperty

Set Application property
showUsers

List authorized users for an application
writeManifest

Create a manifest.json describing deployment requirements.
unsetProperty

Unset Application property
forgetDeployment

Forget Application Deployment
showLogs

Show Application Logs
showInvited

List invited users for an application
generateAppName

Generate Application Name
restartApp

Restart an Application
taskLog

Show task log
syncAppMetadata

Sync Application Metadata
removeAuthorizedUser

Remove authorized user from an application
deployApp

Deploy an Application
rsconnectOptions

Package Options
purgeApp

Purge an Application
showMetrics

Show Application Metrics
showProperties

Show Application property
tasks

List Tasks
terminateApp

Terminate an Application
accountUsage

Show Account Usage
applications

List Deployed Applications
appDependencies

Detect Application Dependencies
authorizedUsers

(Deprecated) List authorized users for an application
configureApp

Configure an Application
connectUser

Connect User Account
connectApiUser

Connect Api User Account
addAuthorizedUser

Add authorized user to application
accounts

Account Management Functions