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

53,796

Version

0.8.25

License

GPL-2

Issues

Pull Requests

Stars

Forks

Maintainer

Aron Atkins

Last Published

November 19th, 2021

Functions in rsconnect (0.8.25)

accountUsage

Show Account Usage
generateAppName

Generate Application Name
rsconnectOptions

Package Options
addAuthorizedUser

Add authorized user to application
addLinter

Add a Linter
deployAPI

Deploy a Plumber API
rpubsUpload

Upload a file to RPubs
connectUser

Connect User Account
deploySite

Deploy a Website
applicationConfigDir

Application Configuration Directory
configureApp

Configure an Application
deployTFModel

Deploy a TensorFlow saved model
connectApiUser

Connect Api User Account
lint

Lint a Project
showProperties

Show Application property
showUsage

Show Application Usage
purgeApp

Purge an Application
restartApp

Restart an Application
deployDoc

Deploy a Document
rsconnectConfigDir

rsconnect Configuration Directory
rsconnectPackages

Using Packages with rsconnect
removeAuthorizedUser

Remove authorized user from an application
deployApp

Deploy an Application
makeLinterMessage

Construct a Linter Message
linter

Create a Linter
applications

List Deployed Applications
showLogs

Show Application Logs
listBundleFiles

List Files to be Bundled
showMetrics

Show Application Metrics
terminateApp

Terminate an Application
rsconnect-package

Deployment Interface for R Markdown Documents and Shiny Applications
unsetProperty

Unset Application property
deployments

List Application Deployments
setProperty

Set Application property
authorizedUsers

(Deprecated) List authorized users for an application
forgetDeployment

Forget Application Deployment
setAccountInfo

Set ShinyApps Account Info
servers

Server Management Functions
oldApplicationConfigDir

Old Application Config Directory
writeManifest

Create a manifest.json describing deployment requirements.
tasks

List Tasks
taskLog

Show task log
syncAppMetadata

Sync Application Metadata
showInvited

List invited users for an application
showUsers

List authorized users for an application
accounts

Account Management Functions
appDependencies

Detect Application Dependencies