connectSPCSUser() connects your Posit Connect account to the rsconnect
package so it can deploy and manage applications on your behalf.
Configure a
connections.toml file
in the appropriate location.
connectSPCSUser(
account = NULL,
server = NULL,
snowflakeConnectionName,
quiet = FALSE
)A name for the account to connect.
The server to connect to.
Name for the Snowflake connection parameters
stored in connections.toml.
Whether or not to show messages and prompts while connecting the account.