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 |
## Not run: # register an account setAccountInfo("user", "token", "secret") # remove the same account removeAccount("user") ## End(Not run)