connectSPCSUser {rsconnect} | R Documentation |
Register account on Posit Connect in Snowpark Container Services
Description
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.
Usage
connectSPCSUser(
account = NULL,
server = NULL,
snowflakeConnectionName,
quiet = FALSE
)
Arguments
account |
A name for the account to connect. |
server |
The server to connect to. |
snowflakeConnectionName |
Name for the Snowflake connection parameters
stored in |
quiet |
Whether or not to show messages and prompts while connecting the account. |
[Package rsconnect version 1.5.0 Index]