Learn R Programming

shinyapps (version 0.4.1.8)

setAccountInfo: Set ShinyApps Account Info

Description

Configure a ShinyApps account for publishing from this system.

Usage

setAccountInfo(name, token, secret)

Arguments

name
Name of account to save or remove
token
User token for the account
secret
User secret for the account

Examples

Run this code
## Not run: 
# 
# # register an account
# setAccountInfo("user", "token", "secret")
# 
# # remove the same account
# removeAccount("user")
# ## End(Not run)

Run the code above in your browser using DataLab