Learn R Programming

rsconnect (version 0.8.18)

rsconnect-package: Deployment Interface for R Markdown Documents and Shiny Applications

Description

The `rsconnect`` package provides a programmatic deployment interface for RPubs, shinyapps.io, and RStudio Connect. Supported contents types include R Markdown documents, Shiny applications, plots, and static web content.

Arguments

Managing Applications

Deploy and manage applications with the following functions:

  • deployApp(): Deploy a Shiny application to a server.

  • configureApp(): Configure an application currently running on a server.

  • restartApp(): Restart an application currently running on a server.

  • terminateApp(): Terminate an application currently running on a server.

  • deployments(): List deployment records for a given application directory.

More information on application management is available in the applications() help page.

Managing Accounts and Users

Manage accounts on the local system.

More information on account management is available in the accounts() help page.