addConnectServer: Add a server

View source: R/servers-deprec.R

addConnectServerR Documentation

Add a server

Description

[Deprecated]

This function does the same thing as addServer() so has been removed.

Usage

addConnectServer(url, name = NULL, certificate = NULL, quiet = FALSE)

Arguments

url

URL for the server. Can be a bare hostname like connect.mycompany.com or a url like ⁠http://posit.mycompany.com/connect⁠.

name

Server name. If omitted, the server hostname is used.

certificate

Optional. Either a path to certificate file or a character vector containing the certificate's contents.

quiet

Suppress output and prompts where possible.


rstudio/rsconnect documentation built on April 30, 2024, 2:14 p.m.