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