| setAccountInfo {rsconnect} | R Documentation |
Configure a ShinyApps account for publishing from this system.
setAccountInfo(name, token, secret)
name |
Name of account to save or remove |
token |
User token for the account |
secret |
User secret for the account |
Other Account functions: accounts,
connectApiUser, connectUser
## Not run:
# register an account
setAccountInfo("user", "token", "secret")
# remove the same account
removeAccount("user")
## End(Not run)