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