connect: Create a connection to RStudio Connect

Description Usage Arguments Value

View source: R/connect.R

Description

Creates a connection to RStudio Connect using the server URL and an api key.

Usage

1
2
3
4
connect(
  server = Sys.getenv("CONNECT_SERVER", NA_character_),
  api_key = Sys.getenv("CONNECT_API_KEY", NA_character_)
)

Arguments

server

The server URL for accessing RStudio Connect. Defaults to environment variable CONNECT_SERVER

api_key

The API key to authenticate with RStudio Connect. Defaults to environment variable CONNECT_API_KEY

Value

An Client object


apalacio9502/connectwidgets documentation built on Feb. 24, 2022, 3:01 p.m.