Learn R Programming

rsconnect (version 0.4.3)

rsconnect-package: rsconnect

Description

Deployment Interface for R Markdown Documents and Shiny Applications

Arguments

Managing Applications

Deploy and manage applications with the following functions:

ll{

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. ll{

setAccountInfo: Register an account. removeAccount: Remove an account. accountInfo: View information for a given account. }

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

Details

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.