Connect a user account to the package so that it can be used to deploy and manage applications on behalf of the account.
connectUser(account = NULL, server = NULL, quiet = FALSE)
A name for the account to connect. Optional.
The server to connect to. Optional if there is only one server registered.
Whether or not to show messages and prompts while connecting the account.
When this function is invoked, a web browser will be opened to a page on the target server where you will be prompted to enter your credentials. Upon successful authentication, your local installation of rsconnect and your server account will be paired, and you'll be able to deploy and manage applications using the package without further prompts for credentials.