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

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

49,895

Version

0.8.18

License

GPL-2

Issues

Pull Requests

Stars

Forks

Maintainer

Jonathan McPherson

Last Published

May 24th, 2021

Functions in rsconnect (0.8.18)

deployAPI

Deploy a Plumber API
deployments

List Application Deployments
deployTFModel

Deploy a TensorFlow saved model
rpubsUpload

Upload a file to RPubs
listBundleFiles

List Files to be Bundled
rsconnect-package

Deployment Interface for R Markdown Documents and Shiny Applications
makeLinterMessage

Construct a Linter Message
deploySite

Deploy a Website
purgeApp

Purge an Application
rsconnectOptions

Package Options
deployDoc

Deploy a Document
deployApp

Deploy an Application
configureApp

Configure an Application
setAccountInfo

Set ShinyApps Account Info
forgetDeployment

Forget Application Deployment
generateAppName

Generate Application Name
rsconnectPackages

Using Packages with rsconnect
setProperty

Set Application property
linter

Create a Linter
showInvited

List invited users for an application
lint

Lint a Project
showLogs

Show Application Logs
showUsers

List authorized users for an application
removeAuthorizedUser

Remove authorized user from an application
showUsage

Show Application Usage
restartApp

Restart an Application
syncAppMetadata

Sync Application Metadata
terminateApp

Terminate an Application
taskLog

Show task log
servers

Server Management Functions
tasks

List Tasks
showProperties

Show Application property
showMetrics

Show Application Metrics
writeManifest

Create a manifest.json describing deployment requirements.
unsetProperty

Unset Application property
addAuthorizedUser

Add authorized user to application
connectApiUser

Connect Api User Account
accountUsage

Show Account Usage
authorizedUsers

(Deprecated) List authorized users for an application
appDependencies

Detect Application Dependencies
accounts

Account Management Functions
connectUser

Connect User Account
addLinter

Add a Linter
applications

List Deployed Applications