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