Learn R Programming

rsconnect (version 1.6.0)

setAccountInfo: Register account on shinyapps.io

Description

Configure a ShinyApps account for publishing from this system.

Supported servers: ShinyApps servers

Usage

setAccountInfo(name, token, secret, server = "shinyapps.io")

Arguments

name

Name of account to save or remove

token

User token for the account

secret

User secret for the account

server

Server to associate account with.

See Also

Other Account functions: accounts(), connectApiUser(), connectCloudUser()

Examples

Run this code
if (FALSE) {

# register an account
setAccountInfo("user", "token", "secret")

# remove the same account
removeAccount("user")
}

Run the code above in your browser using DataLab