View source: R/create_connection.R
create_connection | R Documentation |
The create_connection()
function is used to create a connection to your
Connect server via the connectapi package.
create_connection( server = Sys.getenv("CONNECT_SERVER"), key = Sys.getenv("CONNECT_API_KEY") )
server |
Connect server address. |
key |
Administrator API key. |
An RStudio Connect object that can be passed along to methods.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.