Learn R Programming

rsconnect (version 0.8.8)

rsconnect-package: rsconnect

Description

Deployment Interface for R Markdown Documents and Shiny Applications

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.

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

Managing Accounts and Users

Manage accounts on the local system.

setAccountInfo:

Register an account.

removeAccount:

Remove an account.

accountInfo:

View information for a given account.

setAccountInfo:

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.