powered by
Configure a ShinyApps or Posit Cloud account for publishing from this system.
setAccountInfo(name, token, secret, server = "shinyapps.io")
Name of account to save or remove
User token for the account
User secret for the account
Server to associate account with.
Other Account functions: accounts(), connectApiUser()
accounts()
connectApiUser()
if (FALSE) { # register an account setAccountInfo("user", "token", "secret") # remove the same account removeAccount("user") }
Run the code above in your browser using DataLab