accounts(server = NULL)
accountInfo(name, server = NULL)
removeAccount(name, server = NULL)
servers
)accounts
returns a data frame with the names of all accounts
registered on the system and the servers on which they reside.
accountInfo
returns a list with account details.
setAccountInfo
function (for
ShinyApps) or connectUser
function (for other servers). You can
subsequently remove the account using the removeAccount
function.The accounts
and accountInfo
functions are provided for viewing
previously registered accounts.