Configure a ShinyApps account for publishing from this system.
Supported servers: ShinyApps servers
See also
Other Account functions:
accounts(),
connectApiUser(),
connectCloudUser()
Examples
if (FALSE) { # \dontrun{
# register an account
setAccountInfo("user", "token", "secret")
# remove the same account
removeAccount("user")
} # }