rsconnect (version 0.8.16)

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

See Also

Other Account functions: accounts, connectApiUser, connectUser

Examples

Run this code
# NOT RUN {
# register an account
setAccountInfo("user", "token", "secret")

# remove the same account
removeAccount("user")
# }
# NOT RUN {
# }

Run the code above in your browser using DataLab